diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-12 02:59:31 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-12 02:59:31 +0000 |
commit | b7d4486e8c0efc0f27ee64b60d4b3475ec713f33 (patch) | |
tree | a04c1159c6c028819d84fa21b5a8a696a3bbdd6e /print/dviselect/files/patch-ac | |
parent | configure: pre-configure extract ... must be (diff) |
Jean-Marc Zucconi's dviselect port.
Submitted by: jmz
Notes
Notes:
svn path=/head/; revision=216
Diffstat (limited to 'print/dviselect/files/patch-ac')
-rw-r--r-- | print/dviselect/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/dviselect/files/patch-ac b/print/dviselect/files/patch-ac new file mode 100644 index 000000000000..aad465fe4806 --- /dev/null +++ b/print/dviselect/files/patch-ac @@ -0,0 +1,14 @@ +*** 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 ---- |