1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/print/dviselect/files/patch-aa
Jordan K. Hubbard b7d4486e8c Jean-Marc Zucconi's dviselect port.
Submitted by:	jmz
1994-10-12 02:59:31 +00:00

20 lines
575 B
Plaintext

*** dviselect.c~ Tue Nov 27 08:53:14 1990
--- dviselect.c Thu Oct 6 22:01:13 1994
***************
*** 122,128 ****
/* save some string space: we use this a lot */
char writeerr[] = "error writing DVI file";
! char *malloc(), *realloc(), *sprintf();
/*
* lint gets rather confused with the current definitions of getc and putc,
--- 122,128 ----
/* save some string space: we use this a lot */
char writeerr[] = "error writing DVI file";
! char *malloc(), *realloc();
/*
* lint gets rather confused with the current definitions of getc and putc,