summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ifcico-cm/patches/patch-at')
-rw-r--r--comms/ifcico-cm/patches/patch-at14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/ifcico-cm/patches/patch-at b/comms/ifcico-cm/patches/patch-at
new file mode 100644
index 00000000000..87d00569944
--- /dev/null
+++ b/comms/ifcico-cm/patches/patch-at
@@ -0,0 +1,14 @@
+$NetBSD: patch-at,v 1.1 1998/12/21 15:45:21 tv Exp $
+
+--- iflib/rdconfig.c.orig Mon Dec 21 10:15:33 1998
++++ iflib/rdconfig.c Mon Dec 21 10:16:34 1998
+@@ -404,7 +404,9 @@
+ fprintf(stderr,"configtime: %s",ctime(&configtime));
+ }
+
++#ifndef __NetBSD__
+ if (debugfile) freopen(debugfile,"a",stderr);
++#endif
+ debug(0,"start %s ver %s of %s, verbose 0x%08lx",
+ myname,version,reldate,verbose);
+ }