summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-09-12 17:52:18 +0000
committerjhb <jhb@FreeBSD.org>2013-09-12 17:52:18 +0000
commitd31f6d6b644400ff8f38ad576d9738fbabebc4a5 (patch)
tree829aefd8d88c8386c273e6e195ccb751748325a8
parent311592946b1f02e97f13c29194d92563be129722 (diff)
downloadFreeBSD-src-d31f6d6b644400ff8f38ad576d9738fbabebc4a5.zip
FreeBSD-src-d31f6d6b644400ff8f38ad576d9738fbabebc4a5.tar.gz
Fix the type of the idtype argument to wait6() in syscalls.master.
Approved by: re (kib) MFC after: 1 week
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index e19e310..7df50ca 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -952,7 +952,7 @@
off_t offset, off_t len); }
531 AUE_NULL STD { int posix_fadvise(int fd, off_t offset, \
off_t len, int advice); }
-532 AUE_WAIT6 STD { int wait6(int idtype, id_t id, \
+532 AUE_WAIT6 STD { int wait6(idtype_t idtype, id_t id, \
int *status, int options, \
struct __wrusage *wrusage, \
siginfo_t *info); }
OpenPOWER on IntegriCloud