Skip to content

Commit

Permalink
nohead
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 10, 2024
1 parent 2a2d479 commit d99db3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bsd/kinfo_getallproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/proc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#if defined(__NetBSD__)
#define kinfo_proc kinfo_proc2
Expand Down
1 change: 0 additions & 1 deletion bsd/kinfo_getargv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/proc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit d99db3a

Please sign in to comment.