PERFORCE change 91015 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 00:48:22 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91015
Change 91015 by rwatson at rwatson_peppercorn on 2006/02/04 00:48:17
Re-spell AUE_GETFH, now renamed. Regenerate.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#10 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#10 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#10 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#11 edit
.. //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#12 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_proto.h#10 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscall.h#10 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_syscalls.c#10 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/freebsd32_sysent.c#11 (text+ko) ====
@@ -193,7 +193,7 @@
{ compat4(SYF_MPSAFE | AS(freebsd4_freebsd32_fstatfs_args),freebsd32_fstatfs), AUE_FSTATFS }, /* 158 = old freebsd32_fstatfs */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 159 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 160 = nosys */
- { SYF_MPSAFE | AS(getfh_args), (sy_call_t *)getfh, AUE_GETFH }, /* 161 = getfh */
+ { SYF_MPSAFE | AS(getfh_args), (sy_call_t *)getfh, AUE_NFS_GETFH }, /* 161 = getfh */
{ SYF_MPSAFE | AS(getdomainname_args), (sy_call_t *)getdomainname, AUE_O_GETDOMAINNAME }, /* 162 = getdomainname */
{ SYF_MPSAFE | AS(setdomainname_args), (sy_call_t *)setdomainname, AUE_O_SETDOMAINNAME }, /* 163 = setdomainname */
{ SYF_MPSAFE | AS(uname_args), (sy_call_t *)uname, AUE_NULL }, /* 164 = uname */
==== //depot/projects/trustedbsd/audit3/sys/compat/freebsd32/syscalls.master#12 (text+ko) ====
@@ -289,7 +289,7 @@
struct statfs32 *buf); }
159 AUE_NULL UNIMPL nosys
160 AUE_NULL UNIMPL nosys
-161 AUE_GETFH MNOPROTO { int getfh(char *fname, \
+161 AUE_NFS_GETFH MNOPROTO { int getfh(char *fname, \
struct fhandle *fhp); }
162 AUE_O_GETDOMAINNAME MNOPROTO { int getdomainname(char *domainname, \
int len); }
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