summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ifcico-cm/patches/patch-ax')
-rw-r--r--comms/ifcico-cm/patches/patch-ax20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/ifcico-cm/patches/patch-ax b/comms/ifcico-cm/patches/patch-ax
new file mode 100644
index 00000000000..9c17d59129c
--- /dev/null
+++ b/comms/ifcico-cm/patches/patch-ax
@@ -0,0 +1,20 @@
+$NetBSD: patch-ax,v 1.1 2001/02/24 20:43:56 tv Exp $
+
+--- ifcico/nodebld.c.orig Sat Feb 24 15:39:31 2001
++++ ifcico/nodebld.c Sat Feb 24 15:40:30 2001
+@@ -79,6 +79,7 @@
+ nm = xstrcat(nm, ".dir");
+ #endif
+
++#ifndef NEWDB
+ if ((ifp = fopen(nm, "w")))
+ fclose(ifp);
+ else
+@@ -86,7 +87,6 @@
+ logerr("$cannot create new %s", S(nm));
+ return 1;
+ }
+-#ifndef NEWDB
+ strcpy(nm+strlen(nm)-3,"pag");
+ if ((ifp=fopen(nm,"w"))) fclose(ifp);
+ else