diff options
Diffstat (limited to 'time/plan/patches/patch-aj')
-rw-r--r-- | time/plan/patches/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/time/plan/patches/patch-aj b/time/plan/patches/patch-aj new file mode 100644 index 00000000000..eba574ff7bc --- /dev/null +++ b/time/plan/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2006/01/02 22:29:03 joerg Exp $ + +--- daemon.c.orig 2006-01-02 22:25:46.000000000 +0000 ++++ daemon.c +@@ -110,7 +110,6 @@ extern time_t cutoff; /* all triggers + static BOOL reread; /* caught SIGHUP, re-read mainlist */ + static BOOL debug; /* print debugging information */ + static BOOL opt_t; /* TRUE if -t (tty) */ +-extern int errno; /* system error */ + + int curr_year; /* dummy for DST calculating routines*/ + Widget mainwindow; /* dummy for error popup in network.c*/ |