PERFORCE change 100617 for review
Wayne Salamon
wsalamon at FreeBSD.org
Wed Jul 5 11:46:43 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=100617
Change 100617 by wsalamon at 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, \
More information about the trustedbsd-cvs
mailing list