summaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
authormycroft <mycroft>1998-04-23 14:26:38 +0000
committermycroft <mycroft>1998-04-23 14:26:38 +0000
commit48fc99c2097534cd1908eda70399d53382dd865b (patch)
tree7a904e2a0a886d37be3167a7e164646fa90bdb43 /mbone/rat
parent3352203d6108e1be8af197043b4ee9f8c21f5a21 (diff)
downloadpkgsrc-48fc99c2097534cd1908eda70399d53382dd865b.tar.gz
Add an explicit type for egcs.
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/rat/patches/patch-ab b/mbone/rat/patches/patch-ab
new file mode 100644
index 00000000000..7c9d2c8ed8c
--- /dev/null
+++ b/mbone/rat/patches/patch-ab
@@ -0,0 +1,11 @@
+--- src/ui.c.orig Thu May 22 09:31:59 1997
++++ src/ui.c Thu Apr 23 10:21:20 1998
+@@ -202,7 +202,7 @@
+ eval_check(interp, comm);
+ }
+
+-static us_active = 0;
++static int us_active = 0;
+
+ void
+ ui_info_activate_us(void)