summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/estic/patches/patch-ae')
-rw-r--r--comms/estic/patches/patch-ae33
1 files changed, 33 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-ae b/comms/estic/patches/patch-ae
new file mode 100644
index 00000000000..5e325f88327
--- /dev/null
+++ b/comms/estic/patches/patch-ae
@@ -0,0 +1,33 @@
+$NetBSD: patch-ae,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
+
+--- icshort.cc.orig Fri Jan 31 04:29:12 1997
++++ icshort.cc Sat Feb 10 18:38:34 2001
+@@ -574,17 +574,17 @@
+
+
+ // Item numbers for the short number edit menu
+-const miNumber = 10;
+-const miUsage = 20;
+-const miSignaling = 30;
+-const miDevice1 = 110;
+-const miDevice2 = 120;
+-const miDevice3 = 130;
+-const miDevice4 = 140;
+-const miDevice5 = 150;
+-const miDevice6 = 160;
+-const miDevice7 = 170;
+-const miDevice8 = 180;
++const int miNumber = 10;
++const int miUsage = 20;
++const int miSignaling = 30;
++const int miDevice1 = 110;
++const int miDevice2 = 120;
++const int miDevice3 = 130;
++const int miDevice4 = 140;
++const int miDevice5 = 150;
++const int miDevice6 = 160;
++const int miDevice7 = 170;
++const int miDevice8 = 180;
+
+
+