openbsd-ports/x11/olvwm/patches/patch-gettext_c
ian 3a45bdd277 Minimal unbreak compilation (use standard header files instead of
mis-declaring functions).  Needs much more love later.  Discussed
with espie@ and matthieu@ (couple of weeks ago). "sure" espie@
2010-08-02 19:47:32 +00:00

17 lines
418 B
Plaintext

$OpenBSD: patch-gettext_c,v 1.1 2010/08/02 19:47:32 ian Exp $
--- gettext.c.orig Sat Jul 10 13:51:48 2010
+++ gettext.c Sat Jul 10 13:55:24 2010
@@ -17,12 +17,9 @@
#define bzero(a,b) memset(a,0,b)
#endif
-char *malloc(), *strdup();
char * dgettext();
char *_gettext();
char *in_path();
-char *fgets(), *getenv();
-caddr_t mmap(), calloc();
#ifdef NOT
static struct domain_binding *firstbind=0, *lastbind=0;