summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-17 20:17:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-17 20:17:56 +0000
commit3d915fb36c7d371d9d336de35617876fc2ba95d5 (patch)
tree4282c205e5462750d8f95f89a621f4a4f044ac06 /print
parentEdit the pathname of the configuration file in the man page. (diff)
Add a #include <errno.h> so that it compiles cleanly on NetBSD.
Submitted by: Jim Dutton <jimd@siu.edu>
Notes
Notes: svn path=/head/; revision=11465
Diffstat (limited to 'print')
-rw-r--r--print/dviselect/files/patch-ab14
1 files changed, 11 insertions, 3 deletions
diff --git a/print/dviselect/files/patch-ab b/print/dviselect/files/patch-ab
index ee0f92f6c900..41dbffd86e3e 100644
--- a/print/dviselect/files/patch-ab
+++ b/print/dviselect/files/patch-ab
@@ -1,6 +1,14 @@
---- lib/error.c~ Wed Nov 15 13:19:40 1989
-+++ lib/error.c Tue Aug 19 18:41:37 1997
-@@ -32,7 +32,6 @@
+--- lib/error.c Wed Nov 15 12:19:40 1989
++++ lib/error.c Wed Jun 10 23:17:18 1998
+@@ -19,6 +19,7 @@
+
+ #include <stdio.h>
+ #include <varargs.h>
++#include <errno.h>
+
+ #ifdef lint
+
+@@ -32,7 +33,6 @@
extern char *ProgName;
extern int errno;