PERFORCE change 83965 for review
Robert Watson
rwatson at FreeBSD.org
Tue Sep 20 09:14:31 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=83965
Change 83965 by rwatson at rwatson_zoo on 2005/09/20 09:13:30
Flush pending change to trustedbsd_audit3: the OpenBSD poll() system
call is AUE_POLL.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#22 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#22 (text+ko) ====
@@ -458,7 +458,7 @@
250 AUE_MINHERIT MSTD { int minherit(void *addr, size_t len, \
int inherit); }
251 AUE_RFORK MSTD { int rfork(int flags); }
-252 AUE_NULL MSTD { int openbsd_poll(struct pollfd *fds, \
+252 AUE_POLL MSTD { int openbsd_poll(struct pollfd *fds, \
u_int nfds, int timeout); }
253 AUE_ISSETUGID MSTD { int issetugid(void); }
254 AUE_LCHOWN MSTD { int lchown(char *path, int uid, int gid); }
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list