Date: Sat, 4 Feb 2006 00:58:38 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91023 for review Message-ID: <200602040058.k140wcnc059278@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91023 Change 91023 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602040058.k140wcnc059278>