freebsd-ports/japanese/dvi2dvi/files/patch-defs.h
Hiroki Sato f8dcfe491c - Remove unnecessary CONFIGURE_ARGS.
- Fix the build on 5.x[*].

[*]Reported by:	kris
2004-08-20 16:44:30 +00:00

24 lines
434 B
C

--- defs.h.orig Sat Aug 21 01:06:36 2004
+++ defs.h Sat Aug 21 01:07:14 2004
@@ -35,21 +35,11 @@
char *realloc();
char *calloc();
int free();
-#ifdef ANSI
-char *sprintf(char *, const char *, ...);
-#else
-char *sprintf();
-#endif
#else
void *malloc();
void *realloc();
void *calloc();
void free();
-#ifdef ANSI
-int sprintf(char *, const char *, ...);
-#else
-int sprintf();
-#endif
#endif
char *mktemp();
char *getenv();