1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/dviselect/files/patch-aa
Jean-Marc Zucconi c2310184f9 Correct a mistake when I modified the port last week. Changes were relative
to the wrong distfile (there are 2 or 3 different versions of dviselect, but
the differences are essentially cosmetic)
2000-07-02 22:45:55 +00:00

11 lines
323 B
Plaintext

--- dviselect.c~ Wed Nov 15 13:19:15 1989
+++ dviselect.c Mon Jul 3 00:38:25 2000
@@ -122,7 +122,6 @@
/* 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,