Date: Wed, 5 Jul 2006 11:46:07 GMT From: Wayne Salamon <wsalamon@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100617 for review Message-ID: <200607051146.k65Bk7mc018671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100617 Change 100617 by wsalamon@vh3 on 2006/07/05 11:45:21 Revert unecessary line break change added @99910. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#36 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#36 (text+ko) ==== @@ -610,8 +610,8 @@ acl_type_t type, struct acl *aclp); } 350 AUE_NULL MSTD { int __acl_set_fd(int filedes, \ acl_type_t type, struct acl *aclp); } -351 AUE_NULL MSTD { int __acl_delete_file( \ - const char *path, acl_type_t type); } +351 AUE_NULL MSTD { int __acl_delete_file(const char *path, \ + acl_type_t type); } 352 AUE_NULL MSTD { int __acl_delete_fd(int filedes, \ acl_type_t type); } 353 AUE_NULL MSTD { int __acl_aclcheck_file(const char *path, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607051146.k65Bk7mc018671>