freebsd-ports/x11-toolkits/xview/files/patch-clients+olwm+gettext.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

14 lines
345 B
C

--- clients/olwm/gettext.c.orig Fri Oct 17 11:24:49 2003
+++ clients/olwm/gettext.c Fri Oct 17 11:30:14 2003
@@ -20,7 +20,10 @@
char *_gettext();
char *in_path();
char *fgets(), *getenv();
-caddr_t mmap(), calloc();
+caddr_t calloc();
+#ifndef __FreeBSD__
+caddr_t mmap();
+#endif
static struct domain_binding *firstbind=0, *lastbind=0;