Cleanup of duplicated symbols -- found by compiling with

LDFLAGS += -Wl,-warn-common
This commit is contained in:
Eric Andersen
2000-11-07 06:52:13 +00:00
parent eb69ead091
commit 63a862272c
8 changed files with 72 additions and 102 deletions

View File

@@ -49,7 +49,7 @@
FILE *cin;
struct termios initial_settings, new_settings;
static struct termios initial_settings, new_settings;
void gotsig(int sig)
{