View | Details | Raw Unified | Return to bug 44285
Collapse All | Expand All

(-)elk/files/patch-af (-4 / +5 lines)
Lines 1-5 Link Here
1
--- src/print.c.orig	Thu Apr  4 07:25:04 1996
1
--- src/print.c.orig	Sat Oct 19 15:13:43 2002
2
+++ src/print.c	Sun Dec 12 16:29:07 1999
2
+++ src/print.c	Sat Oct 19 15:14:41 2002
3
@@ -6,6 +6,7 @@
3
@@ -6,6 +6,7 @@
4
 #include <errno.h>
4
 #include <errno.h>
5
 #include <ctype.h>
5
 #include <ctype.h>
Lines 8-19 Link Here
8
 
8
 
9
 #ifdef FLUSH_TIOCFLUSH
9
 #ifdef FLUSH_TIOCFLUSH
10
 #  include <sys/ioctl.h>
10
 #  include <sys/ioctl.h>
11
@@ -556,7 +557,7 @@
11
@@ -555,8 +556,8 @@
12
     char *p;
12
     register c;
13
     register c;
13
     char buf[256];
14
     char buf[256];
15
+#if !(defined(BSD) && (BSD >= 199306))
14
     extern sys_nerr;
16
     extern sys_nerr;
15
-#ifndef __bsdi__
17
-#ifndef __bsdi__
16
+#if !(defined(BSD) && (BSD >= 199306))
17
     extern char *sys_errlist[];
18
     extern char *sys_errlist[];
18
 #endif
19
 #endif
19
     GC_Node;
20
     GC_Node;

Return to bug 44285