PERFORCE change 91023 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 00:58:38 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91023
Change 91023 by rwatson at rwatson_peppercorn on 2006/02/04 00:57:53
Respell another audit event identifier. Regenerate.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#12 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#12 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#12 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#13 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#14 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#12 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#12 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#12 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#13 (text+ko) ====
@@ -429,7 +429,7 @@
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 394 = mac_syscall */
{ SYF_MPSAFE | AS(getfsstat_args), (sy_call_t *)getfsstat, AUE_GETFSSTAT }, /* 395 = getfsstat */
{ SYF_MPSAFE | AS(statfs_args), (sy_call_t *)statfs, AUE_STATFS }, /* 396 = statfs */
- { SYF_MPSAFE | AS(fstatfs_args), (sy_call_t *)fstatfs, AUE_FSSTATFS }, /* 397 = fstatfs */
+ { SYF_MPSAFE | AS(fstatfs_args), (sy_call_t *)fstatfs, AUE_FSTATFS }, /* 397 = fstatfs */
{ SYF_MPSAFE | AS(fhstatfs_args), (sy_call_t *)fhstatfs, AUE_NULL }, /* 398 = fhstatfs */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 399 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 400 = ksem_close */
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#14 (text+ko) ====
@@ -673,7 +673,7 @@
long bufsize, int flags); }
396 AUE_STATFS MNOPROTO { int statfs(char *path, \
struct statfs *buf); }
-397 AUE_FSSTATFS MNOPROTO { int fstatfs(int fd, struct statfs *buf); }
+397 AUE_FSTATFS MNOPROTO { int fstatfs(int fd, struct statfs *buf); }
398 AUE_NULL MNOPROTO { int fhstatfs(const struct fhandle *u_fhp, \
struct statfs *buf); }
399 AUE_NULL UNIMPL nosys
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