diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-04-23 14:26:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-04-23 14:26:38 +0000 |
commit | e12a09fbd54a3749effac909a4c32433b0af7ec1 (patch) | |
tree | 7a904e2a0a886d37be3167a7e164646fa90bdb43 /mbone | |
parent | 7fc121d366ec8408509daffaa26d0b6250b36206 (diff) | |
download | pkgsrc-e12a09fbd54a3749effac909a4c32433b0af7ec1.tar.gz |
Add an explicit type for egcs.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/patches/patch-ab | 11 |
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) |