PERFORCE change 205413 for review

Peter Wemm peter at FreeBSD.org
Mon Jan 30 18:37:19 UTC 2012


http://p4web.freebsd.org/@@205413?ac=10

Change 205413 by peter at peter_daintree on 2012/01/30 18:37:14

	Catch up with sys_ prefix changes

Affected files ...

.. //depot/projects/hammer/sys/kern/kern_descrip.c#101 edit
.. //depot/projects/hammer/sys/kern/vfs_syscalls.c#105 edit

Differences ...

==== //depot/projects/hammer/sys/kern/kern_descrip.c#101 (text+ko) ====

@@ -1337,7 +1337,7 @@
 #endif
 /* ARGSUSED */
 int
-__xfstat(struct thread *td, struct __xfstat_args *uap)
+sys___xfstat(struct thread *td, struct __xfstat_args *uap)
 {
 	struct stat ub;
 	struct _new_stat nub;

==== //depot/projects/hammer/sys/kern/vfs_syscalls.c#105 (text+ko) ====

@@ -2424,7 +2424,7 @@
 #endif
 
 int
-__xstat(struct thread *td, struct __xstat_args *uap)
+sys___xstat(struct thread *td, struct __xstat_args *uap)
 {
 	struct stat sb;
 	struct _new_stat nsb;
@@ -2550,7 +2550,7 @@
 };
 #endif
 int
-__xlstat(struct thread *td, struct __xlstat_args *uap)
+sys___xlstat(struct thread *td, struct __xlstat_args *uap)
 {
 	struct stat sb;
 	struct _new_stat nsb;


More information about the p4-projects mailing list