summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-07-04 22:31:51 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-07-04 22:31:51 +0900
commit754a9164237d230d73521806e8f8172f08ed6a97 (patch)
treea77a233ddaaea3f57a177914e2e273de11db4ec5 /sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch
parentgrub2-bhyve: QA fix. (diff)
downloadgentoo-bsd-754a9164237d230d73521806e8f8172f08ed6a97.tar.gz
gentoo-bsd-754a9164237d230d73521806e8f8172f08ed6a97.tar.bz2
gentoo-bsd-754a9164237d230d73521806e8f8172f08ed6a97.zip
remove freebsd-10.1 ebuilds.
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.patch24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 9774724..0000000
--- a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-lint-stdarg.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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>