summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /print/dviselect/files/patch-ab
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'print/dviselect/files/patch-ab')
-rw-r--r--print/dviselect/files/patch-ab40
1 files changed, 0 insertions, 40 deletions
diff --git a/print/dviselect/files/patch-ab b/print/dviselect/files/patch-ab
deleted file mode 100644
index 9e70371e22f4..000000000000
--- a/print/dviselect/files/patch-ab
+++ /dev/null
@@ -1,40 +0,0 @@
-*** lib/error.c.orig Mon Nov 26 23:53:19 1990
---- lib/error.c Thu Oct 6 14:26:04 1994
-***************
-*** 16,22 ****
- * OR _doprnt. It should work properly under System V using vprintf.
- * (If you have vprintf, define HAVE_VPRINTF.)
- */
-!
- #include <stdio.h>
- #include <varargs.h>
-
---- 16,22 ----
- * OR _doprnt. It should work properly under System V using vprintf.
- * (If you have vprintf, define HAVE_VPRINTF.)
- */
-! #define HAVE_VPRINTF
- #include <stdio.h>
- #include <varargs.h>
-
-***************
-*** 32,40 ****
-
- extern char *ProgName;
- extern int errno;
-! extern char *sys_errlist[];
-! extern int sys_nerr;
-!
- error(va_alist)
- va_dcl
- {
---- 32,40 ----
-
- extern char *ProgName;
- extern int errno;
-! /* extern char *sys_errlist[];
-! extern int sys_nerr;
-! */
- error(va_alist)
- va_dcl
- {