Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 18:37:17 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 205413 for review
Message-ID:  <201201301837.q0UIbHC8080144@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@205413?ac=10

Change 205413 by peter@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201301837.q0UIbHC8080144>