diff options
Diffstat (limited to 'sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.1-gcc41.patch')
-rw-r--r-- | sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.1-gcc41.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.1-gcc41.patch b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.1-gcc41.patch deleted file mode 100644 index 00d7a9e96b22..000000000000 --- a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.1-gcc41.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: fbsd-6.1/usr.bin/window/wwgets.c -=================================================================== ---- fbsd-6.1.orig/usr.bin/window/wwgets.c -+++ fbsd-6.1/usr.bin/window/wwgets.c -@@ -43,6 +43,8 @@ static char rcsid[] = - #include "ww.h" - #include "char.h" - -+static void rub(); -+ - wwgets(buf, n, w) - char *buf; - int n; -@@ -51,7 +53,6 @@ register struct ww *w; - register char *p = buf; - register int c; - char uc = w->ww_unctrl; -- static void rub(); - - w->ww_unctrl = 0; - for (;;) { -Index: fbsd-6.1/usr.bin/xlint/xlint/xlint.c -=================================================================== ---- fbsd-6.1.orig/usr.bin/xlint/xlint/xlint.c -+++ fbsd-6.1/usr.bin/xlint/xlint/xlint.c -@@ -402,7 +402,8 @@ main(int argc, char *argv[]) - break; - - case 'p': -- appcstrg(&lcflags, "-Wtraditional -Wno-system-headers"); -+ appcstrg(&lcflags, "-Wtraditional"); -+ appcstrg(&lcflags, "-Wno-system-headers"); - appcstrg(&l1flags, "-p"); - appcstrg(&l2flags, "-p"); - if (*deflibs != NULL) { |