From f9f99bed6c84c98c3d9e490d12aa4f5508f5805f Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Tue, 30 Aug 2011 05:24:33 +0000 Subject: Add patch to add nml_sycall prototype from http://svnweb.freebsd.org/base?view=revision&revision=216603 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- .../freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch (limited to 'sys-freebsd/freebsd-lib/files') diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch new file mode 100644 index 000000000000..556ade50b033 --- /dev/null +++ b/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch @@ -0,0 +1,10 @@ +--- include/unistd.h 2010/12/20 20:39:49 216602 ++++ include/unistd.h 2010/12/20 21:12:18 216603 +@@ -529,6 +529,7 @@ + #define _MKTEMP_DECLARED + #endif + int nfssvc(int, void *); ++int nlm_syscall(int, int, int, char **); + int profil(char *, size_t, vm_offset_t, int); + int rcmd(char **, int, const char *, const char *, const char *, int *); + int rcmd_af(char **, int, const char *, -- cgit v1.2.3-65-gdbad