blob: 88be43cebc0994ea96edb0923e05ddef74ad396c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.7 1999/11/26 22:12:37 hubertf Exp $
diff -x *.orig -urN ./icb/c_log.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/c_log.c
--- ./icb/c_log.c Fri Feb 24 22:20:18 1995
+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/c_log.c Fri Nov 26 22:56:29 1999
@@ -6,6 +6,7 @@
#include "icb.h"
#include "externs.h"
#include <time.h>
+#include <errno.h>
FILE *logfp = NULL;
@@ -45,8 +46,6 @@
time_t time();
struct tm *t, *localtime();
time_t clock;
- extern int errno, sys_nerr;
- extern char *sys_errlist[];
/* determine pathname to use */
if (path == NULL || *path == '\0')
|