1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/japanese/dvi2ps/files/patch-defs.h
Hiroki Sato d0470c12f7 Remove the BROKEN line for 5.x and take the maintainership.
Approved by:	maintainer timeout (broken for 6 months)
Approved by:	linimon (mentor)
2004-05-17 21:34:04 +00:00

25 lines
446 B
C

--- defs.h.orig Tue May 18 03:17:26 2004
+++ defs.h Tue May 18 03:15:26 2004
@@ -51,21 +51,11 @@
char *realloc();
char *calloc();
int free();
-#ifdef ANSI
-char *sprintf(char *, const char *, ...);
-#else
-char *sprintf();
-#endif
#else /* POSIX */
void *malloc();
void *realloc();
void *calloc();
void free();
-#ifdef ANSI
-int sprintf(char *, const char *, ...);
-#else
-int sprintf();
-#endif
#endif
char *mktemp();
char *getenv();