[Glibc-bsd-commits] r4052 - trunk/glibc-ports/kfreebsd/sys
Aurelien Jarno
aurel32 at alioth.debian.org
Thu Feb 2 14:25:23 UTC 2012
Author: aurel32
Date: 2012-02-02 14:25:23 +0000 (Thu, 02 Feb 2012)
New Revision: 4052
Modified:
trunk/glibc-ports/kfreebsd/sys/mount.h
Log:
Fix some more untested changes
Modified: trunk/glibc-ports/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/mount.h 2012-02-02 14:04:02 UTC (rev 4051)
+++ trunk/glibc-ports/kfreebsd/sys/mount.h 2012-02-02 14:25:23 UTC (rev 4052)
@@ -387,9 +387,7 @@
* and if it is resident, return its xvfsconf structure.
*/
static inline int
-getvfsbyname(fsname, vfcp)
- const char *fsname;
- struct xvfsconf *vfcp;
+getvfsbyname(const char *fsname, struct xvfsconf *vfcp)
{
struct xvfsconf *xvfsp;
size_t buflen;
More information about the Glibc-bsd-commits
mailing list