summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-ab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-15 13:40:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-15 13:40:35 +0000
commit9ec4f304417c2ebe6113d826c3649750962d928d (patch)
tree79144d18e17e0c4b222a16ae76bc1d295a0e890a /print/dviselect/files/patch-ab
parentUnbreak port on -current (diff)
Unbreak print/dviselect by using stdargs instaed of varargs
Informed maintainer.
Notes
Notes: svn path=/head/; revision=91325
Diffstat (limited to 'print/dviselect/files/patch-ab')
-rw-r--r--print/dviselect/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/dviselect/files/patch-ab b/print/dviselect/files/patch-ab
deleted file mode 100644
index 711f6f2ab1dc..000000000000
--- a/print/dviselect/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/error.c.orig Wed Nov 15 04:19:40 1989
-+++ lib/error.c Wed Sep 4 19:20:59 2002
-@@ -19,6 +19,7 @@
-
- #include <stdio.h>
- #include <varargs.h>
-+#include <errno.h>
-
- #ifdef lint
-
-@@ -31,9 +32,6 @@
- #else lint
-
- extern char *ProgName;
--extern int errno;
--extern char *sys_errlist[];
--extern int sys_nerr;
-
- error(va_alist)
- va_dcl