From: mar Date: Fri, 8 Mar 1991 11:03:23 +0000 (+0000) Subject: declare fdset's, don't allocate them here X-Git-Tag: release77~713 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/121a647932b5798bfb4212ae083032d811e82934 declare fdset's, don't allocate them here --- diff --git a/include/gdb.h b/include/gdb.h index 9250b41c..ab43c806 100644 --- a/include/gdb.h +++ b/include/gdb.h @@ -580,7 +580,7 @@ extern struct con_data gdb_cons[GDB_MAX_CONNECTIONS]; extern fd_set gdb_crfds, gdb_cwfds, gdb_cefds; /* connection related file */ /* descriptor maps to be */ /* used in select */ -fd_set last_crfds, last_cwfds, last_cefds; /* these file desc. bit */ +extern fd_set last_crfds, last_cwfds, last_cefds;/* these file desc. bit */ /* masks are set up */ /* for each select call */ /* to include the user */