summaryrefslogtreecommitdiff
blob: eab464d22559bd17c32982c676d3af95d8c2bc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/prctl.c
+++ b/prctl.c
@@ -27,3 +27,3 @@
 #include <pwd.h>
-#include <linux/prctl.h>
+#include <sys/prctl.h> /* prctl constants, prctl() proto */
 #include <string.h>
@@ -50,3 +51,3 @@ int verbose=0;
 
-print_version(char *progname)
+void print_version(char *progname)
 {
@@ -55,3 +56,3 @@ print_version(char *progname)
 
-usage(char *progname)
+void usage(char *progname)
 {