summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/olvwm/files/patch-gettext.c')
-rw-r--r--x11-wm/olvwm/files/patch-gettext.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/olvwm/files/patch-gettext.c b/x11-wm/olvwm/files/patch-gettext.c
deleted file mode 100644
index 9cad8cc8dc20..000000000000
--- a/x11-wm/olvwm/files/patch-gettext.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- gettext.c.orig Sun Sep 29 02:29:20 2002
-+++ gettext.c Sun Sep 29 02:29:47 2002
-@@ -17,12 +17,14 @@
- #define bzero(a,b) memset(a,0,b)
- #endif
-
--char *malloc(), *strdup();
- char * dgettext();
- char *_gettext();
- char *in_path();
-+#ifndef __FreeBSD__
-+char *malloc(), *strdup();
- char *fgets(), *getenv();
- caddr_t mmap(), calloc();
-+#endif
-
- #ifdef NOT
- static struct domain_binding *firstbind=0, *lastbind=0;