diff options
Diffstat (limited to 'print/dviselect/files/patch-ac')
-rw-r--r-- | print/dviselect/files/patch-ac | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/print/dviselect/files/patch-ac b/print/dviselect/files/patch-ac index aad465fe4806..1a4e3d34242f 100644 --- a/print/dviselect/files/patch-ac +++ b/print/dviselect/files/patch-ac @@ -1,14 +1,12 @@ -*** lib/font.c~ Tue Nov 27 08:53:20 1990 ---- lib/font.c Thu Oct 6 22:02:07 1994 -*************** -*** 67,75 **** - */ - extern int errno; - char *getenv(), *malloc(), *strsave(); -- #ifndef sys5 -- char *sprintf(); -- #endif - - static readconf(); - static setfont(); ---- 67,72 ---- +--- lib/font.c~ Thu Mar 14 21:57:06 1991 ++++ lib/font.c Tue Aug 19 18:43:47 1997 +@@ -67,9 +67,6 @@ + */ + extern int errno; + char *getenv(), *malloc(), *strsave(); +-#if !(defined(sys5) || defined(_AIX)) +-char *sprintf(); +-#endif + + static readconf(); + static setfont(); |