PERFORCE change 98674 for review

Roman Divacky rdivacky at FreeBSD.org
Tue Jun 6 15:57:21 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=98674

Change 98674 by rdivacky at rdivacky_witten on 2006/06/06 15:54:54

	Change auditing type for lstat syscall.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#3 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#3 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#3 (text+ko) ====

@@ -162,7 +162,7 @@
 82	AUE_SELECT	MSTD	{ int linux_old_select( \
 				    struct l_old_select_argv *ptr); }
 83	AUE_SYMLINK	MSTD	{ int linux_symlink(char *path, char *to); }
-84	AUE_STAT	MSTD	{ int linux_lstat(char *path, struct linux_lstat *up); }
+84	AUE_LSTAT	MSTD	{ int linux_lstat(char *path, struct linux_lstat *up); }
 85	AUE_READLINK	MSTD	{ int linux_readlink(char *name, char *buf, \
 				    l_int count); }
 86	AUE_NULL	UNIMPL	linux_uselib

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#3 (text+ko) ====

@@ -162,7 +162,7 @@
 82	AUE_SELECT	MSTD	{ int linux_old_select( \
 				    struct l_old_select_argv *ptr); }
 83	AUE_SYMLINK	MSTD	{ int linux_symlink(char *path, char *to); }
-84	AUE_STAT	MSTD	{ int linux_lstat(char *path, struct ostat *up); }
+84	AUE_LSTAT	MSTD	{ int linux_lstat(char *path, struct ostat *up); }
 85	AUE_READLINK	MSTD	{ int linux_readlink(char *name, char *buf, \
 				    l_int count); }
 86	AUE_USELIB	STD	{ int linux_uselib(char *library); }


More information about the p4-projects mailing list