summaryrefslogtreecommitdiff
path: root/misc/plan/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/plan/patches/patch-ab')
-rw-r--r--misc/plan/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/plan/patches/patch-ab b/misc/plan/patches/patch-ab
new file mode 100644
index 00000000000..ddc1e2d186e
--- /dev/null
+++ b/misc/plan/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1998/12/30 10:02:33 frueauf Exp $
+
+--- time.c-orig Wed Jan 14 21:36:09 1998
++++ time.c Wed Dec 30 10:48:35 1998
+@@ -232,7 +232,7 @@
+ dst = zone - 3600;
+ dst = 0; /* jmorriso@bogomips.ee.ubc.ca 28.8.94 */
+ #else
+-#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex)
++#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex) || defined(__NetBSD__)
+ time_t now;
+ struct tm *tm;
+ tzset();