svn commit: r195468 - head/sys/compat/freebsd32
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Jul 8 16:26:44 UTC 2009
Author: trasz
Date: Wed Jul 8 16:26:43 2009
New Revision: 195468
URL: http://svn.freebsd.org/changeset/base/195468
Log:
Fix freebsd32 version of lpathconf(2).
Approved by: re (kib)
Modified:
head/sys/compat/freebsd32/syscalls.master
Modified: head/sys/compat/freebsd32/syscalls.master
==============================================================================
--- head/sys/compat/freebsd32/syscalls.master Wed Jul 8 16:25:47 2009 (r195467)
+++ head/sys/compat/freebsd32/syscalls.master Wed Jul 8 16:26:43 2009 (r195468)
@@ -900,4 +900,4 @@
struct msqid_ds32 *buf); }
512 AUE_SHMCTL STD { int freebsd32_shmctl(int shmid, int cmd, \
struct shmid_ds32 *buf); }
-513 AUE_LPATHCONF STD { int lpathconf(char *path, int name); }
+513 AUE_LPATHCONF NOPROTO { int lpathconf(char *path, int name); }
More information about the svn-src-head
mailing list