Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 16:26:43 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195468 - head/sys/compat/freebsd32
Message-ID:  <200907081626.n68GQhC3056685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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); }



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