diff options
Diffstat (limited to 'sys-freebsd/freebsd-lib/files/freebsd-lib-runet.patch')
-rw-r--r-- | sys-freebsd/freebsd-lib/files/freebsd-lib-runet.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-runet.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-runet.patch deleted file mode 100644 index 43eec6a43c18..000000000000 --- a/sys-freebsd/freebsd-lib/files/freebsd-lib-runet.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur lib.orig/libc/locale/mblocal.h lib/libc/locale/mblocal.h ---- lib.orig/libc/locale/mblocal.h 2005-04-29 13:57:07 +0000 -+++ lib/libc/locale/mblocal.h 2005-04-29 14:00:33 +0000 -@@ -30,6 +30,7 @@ - #define _MBLOCAL_H_ - - #include <stddef.h> /* XXX for rune_t */ -+#include <rune.h> - - /* - * Conversion function pointers for current encoding. |