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); }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to