diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-08-30 05:24:33 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-08-30 05:24:33 +0000 |
commit | f9f99bed6c84c98c3d9e490d12aa4f5508f5805f (patch) | |
tree | 465a2d72ced9ad7419eabb7125aa01ba0497afd9 /sys-freebsd/freebsd-lib/files | |
parent | Version bump. (diff) | |
download | gentoo-2-f9f99bed6c84c98c3d9e490d12aa4f5508f5805f.tar.gz gentoo-2-f9f99bed6c84c98c3d9e490d12aa4f5508f5805f.tar.bz2 gentoo-2-f9f99bed6c84c98c3d9e490d12aa4f5508f5805f.zip |
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)
Diffstat (limited to 'sys-freebsd/freebsd-lib/files')
-rw-r--r-- | sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-nlm_syscall.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 *, |