Date: Tue, 20 Sep 2005 09:14:31 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 83965 for review Message-ID: <200509200914.j8K9EVKA033515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83965 Change 83965 by rwatson@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509200914.j8K9EVKA033515>