[Glibc-bsd-commits] r4701 - trunk/freebsd-utils/debian/patches

Robert Millan rmh at alioth.debian.org
Tue Jul 9 14:28:35 UTC 2013


Author: rmh
Date: 2013-07-09 14:28:35 +0000 (Tue, 09 Jul 2013)
New Revision: 4701

Modified:
   trunk/freebsd-utils/debian/patches/036_nfs_glibc.diff
Log:
Add missing <unistd.h> to avoid implicit declaration of syscall()

Modified: trunk/freebsd-utils/debian/patches/036_nfs_glibc.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/036_nfs_glibc.diff	2013-07-09 10:31:02 UTC (rev 4700)
+++ trunk/freebsd-utils/debian/patches/036_nfs_glibc.diff	2013-07-09 14:28:35 UTC (rev 4701)
@@ -11,7 +11,8 @@
  WARNS?= 3
 --- /dev/null
 +++ b/usr.sbin/rpc.lockd/nlm_syscall.c
-@@ -0,0 +1,11 @@
+@@ -0,0 +1,12 @@
++#include <unistd.h>
 +#include <sys/syscall.h>
 +
 +#ifndef SYS_nlm_syscall




More information about the Glibc-bsd-commits mailing list