PERFORCE change 91022 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 00:57:36 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91022
Change 91022 by rwatson at rwatson_peppercorn on 2006/02/04 00:56:42
Correct spelling of audit event identifier. Regenerate.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#11 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#11 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#11 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#12 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#13 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#11 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#11 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#11 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#12 (text+ko) ====
@@ -337,7 +337,7 @@
{ SYF_MPSAFE | AS(modfnext_args), (sy_call_t *)modfnext, AUE_NULL }, /* 302 = modfnext */
{ SYF_MPSAFE | AS(modfind_args), (sy_call_t *)modfind, AUE_NULL }, /* 303 = modfind */
{ SYF_MPSAFE | AS(kldload_args), (sy_call_t *)kldload, AUE_MODLOAD }, /* 304 = kldload */
- { SYF_MPSAFE | AS(kldunload_args), (sy_call_t *)kldunload, AUE_UNMODLOAD }, /* 305 = kldunload */
+ { SYF_MPSAFE | AS(kldunload_args), (sy_call_t *)kldunload, AUE_MODUNLOAD }, /* 305 = kldunload */
{ SYF_MPSAFE | AS(kldfind_args), (sy_call_t *)kldfind, AUE_NULL }, /* 306 = kldfind */
{ SYF_MPSAFE | AS(kldnext_args), (sy_call_t *)kldnext, AUE_NULL }, /* 307 = kldnext */
{ SYF_MPSAFE | AS(kldstat_args), (sy_call_t *)kldstat, AUE_NULL }, /* 308 = kldstat */
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#13 (text+ko) ====
@@ -521,7 +521,7 @@
302 AUE_NULL MNOPROTO { int modfnext(int modid); }
303 AUE_NULL MNOPROTO { int modfind(const char *name); }
304 AUE_MODLOAD MNOPROTO { int kldload(const char *file); }
-305 AUE_UNMODLOAD MNOPROTO { int kldunload(int fileid); }
+305 AUE_MODUNLOAD MNOPROTO { int kldunload(int fileid); }
306 AUE_NULL MNOPROTO { int kldfind(const char *file); }
307 AUE_NULL MNOPROTO { int kldnext(int fileid); }
308 AUE_NULL MNOPROTO { int kldstat(int fileid, \
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