summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ifcico-cm/patches/patch-au')
-rw-r--r--comms/ifcico-cm/patches/patch-au12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/ifcico-cm/patches/patch-au b/comms/ifcico-cm/patches/patch-au
new file mode 100644
index 00000000000..bfdf48133a0
--- /dev/null
+++ b/comms/ifcico-cm/patches/patch-au
@@ -0,0 +1,12 @@
+$NetBSD: patch-au,v 1.1 2001/02/21 18:50:37 tv Exp $
+
+--- ifcico/flagexp.y.orig Wed Feb 21 10:42:32 2001
++++ ifcico/flagexp.y Wed Feb 21 10:42:45 2001
+@@ -14,6 +14,7 @@
+ struct tm *now;
+
+ extern int yylex(void);
++extern int yyparse(void);
+
+ static int match(int fl);
+ static int logic(int e1, int op,int e2);