summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+misc+gettext.c
blob: 3158431b9e1334f38455c9690e0f486bcef2ac08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- lib/libxview/misc/gettext.c.orig	2012-02-03 16:44:26.083038397 -0800
+++ lib/libxview/misc/gettext.c	2012-02-03 16:47:10.335612397 -0800
@@ -10,10 +10,10 @@
 #include <string.h>
 #include <xview_private/gettext.h>
 
-char * dgettext(char *, char *), *bindtextdomain();
-char *_gettext();
+char * dgettext(char* domain_nane, char* msg_id), *bindtextdomain();
+static char *_gettext();
 char *fgets(), *getenv();
-#if (!defined(__linux__) || !defined(__GLIBC__)) && !defined(__CYGWIN__)
+#if (!defined(__linux__) || !defined(__GLIBC__)) && !defined(__CYGWIN__) && !defined(OS_HAS_MMAP) || !defined(__FreeBSD__)
 caddr_t mmap();
 #endif