Crash landing of the fix for bug #472883: BSD curses.h allready declares LL.

This commit is contained in:
gfk
2001-10-26 16:29:12 +00:00
parent 26d00dc560
commit 134b33ace6
14 changed files with 91 additions and 91 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ typedef struct client_data {
int ack;
char *name;
// and other stuff... doesn't matter yet
LL *screenlist;
LinkedList *screenlist;
// list of requested keys...
char *client_keys ;
LL *menulist;
LinkedList *menulist;
} client_data;