summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'time/plan/patches/patch-af')
-rw-r--r--time/plan/patches/patch-af14
1 files changed, 11 insertions, 3 deletions
diff --git a/time/plan/patches/patch-af b/time/plan/patches/patch-af
index 4ef4e001b7f..54059165d1c 100644
--- a/time/plan/patches/patch-af
+++ b/time/plan/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.1 2004/06/10 22:42:43 jschauma Exp $
+$NetBSD: patch-af,v 1.2 2006/01/02 22:29:03 joerg Exp $
---- netplan.c.orig 2004-06-11 18:18:30.000000000 -0400
-+++ netplan.c 2004-06-11 18:18:43.000000000 -0400
+--- netplan.c.orig 2000-03-21 20:57:40.000000000 +0000
++++ netplan.c
@@ -4,6 +4,7 @@
typedef void *Widget; /* dummy for prototype declarations in config.h */
@@ -10,3 +10,11 @@ $NetBSD: patch-af,v 1.1 2004/06/10 22:42:43 jschauma Exp $
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+@@ -51,7 +52,6 @@ static struct pfile *file_list; /* array
+ struct client *client_list; /* array of clients (entry 0 unused) */
+ static fd_set rd0, wr0, ex0; /* preset fd masks for main select */
+ static time_t update_time; /* date of last unwritten change */
+-extern int errno;
+ static BOOL do_auth = FALSE;/* authentication required (identd) */
+ static int netplan_port[2];/* ports we are listening on */
+ static int fd_inet[2]; /* file descriptor for base socket */