diff options
author | 2016-09-28 20:57:21 +0900 | |
---|---|---|
committer | 2016-09-28 20:57:21 +0900 | |
commit | 7808fa178a26089ff2fc0c338a3e1835b290ffea (patch) | |
tree | 5c0ed322a3a07b6937d6406c785d218f008f57be /sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch | |
parent | sys-freebsd: remove 10.3_rc3 ebuilds (diff) | |
download | gentoo-bsd-7808fa178a26089ff2fc0c338a3e1835b290ffea.tar.gz gentoo-bsd-7808fa178a26089ff2fc0c338a3e1835b290ffea.tar.bz2 gentoo-bsd-7808fa178a26089ff2fc0c338a3e1835b290ffea.zip |
sys-freebsd: import 10.3 from latest tree
Diffstat (limited to 'sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch')
-rw-r--r-- | sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch new file mode 100644 index 0000000..9774724 --- /dev/null +++ b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch @@ -0,0 +1,24 @@ +diff -ur usr.bin.orig/xlint/llib/llib-lposix usr.bin/xlint/llib/llib-lposix +--- usr.bin.orig/xlint/llib/llib-lposix 2005-04-29 17:30:03 +0000 ++++ usr.bin/xlint/llib/llib-lposix 2005-05-03 14:12:26 +0000 +@@ -42,7 +42,7 @@ + #include <sys/utsname.h> + #include <sys/times.h> + #include <stdio.h> +-#include <stdarg.h> ++#include <machine/stdarg.h> + #include <stdlib.h> + #include <unistd.h> + #include <math.h> +diff -ur usr.bin.orig/xlint/llib/llib-lstdc usr.bin/xlint/llib/llib-lstdc +--- usr.bin.orig/xlint/llib/llib-lstdc 2005-04-29 17:30:03 +0000 ++++ usr.bin/xlint/llib/llib-lstdc 2005-05-03 14:12:35 +0000 +@@ -44,7 +44,7 @@ + #include <math.h> + #include <setjmp.h> + #include <signal.h> +-#include <stdarg.h> ++#include <machine/stdarg.h> + #include <stddef.h> + #include <stdio.h> + #include <stdlib.h> |