summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index bd6f729..1bbe2fd 100644
--- a/user.h
+++ b/user.h
@@ -9,7 +9,7 @@ int close(int);
int kill(int);
int exec(char*, char**);
int open(char*, int);
-int mknod(char*, short, short, short);
+int mknod(char*, short, short);
int unlink(char*);
int fstat(int fd, struct stat*);
int link(char*, char*);