Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib/files: freebsd-lib-8.2-nlm_syscall.patch
Date: Tue, 30 Aug 2011 05:24:42
Message-Id: 20110830052433.3FB9F20051@flycatcher.gentoo.org
1 naota 11/08/30 05:24:33
2
3 Added: freebsd-lib-8.2-nlm_syscall.patch
4 Log:
5 Add patch to add nml_sycall prototype from http://svnweb.freebsd.org/base?view=revision&revision=216603
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch?rev=1.1&content-type=text/plain
14
15 Index: freebsd-lib-8.2-nlm_syscall.patch
16 ===================================================================
17 --- include/unistd.h 2010/12/20 20:39:49 216602
18 +++ include/unistd.h 2010/12/20 21:12:18 216603
19 @@ -529,6 +529,7 @@
20 #define _MKTEMP_DECLARED
21 #endif
22 int nfssvc(int, void *);
23 +int nlm_syscall(int, int, int, char **);
24 int profil(char *, size_t, vm_offset_t, int);
25 int rcmd(char **, int, const char *, const char *, const char *, int *);
26 int rcmd_af(char **, int, const char *,