]> andersk Git - moira.git/commitdiff
declare fdset's, don't allocate them here
authormar <mar>
Fri, 8 Mar 1991 11:03:23 +0000 (11:03 +0000)
committermar <mar>
Fri, 8 Mar 1991 11:03:23 +0000 (11:03 +0000)
include/gdb.h

index 9250b41c1bd54aae895e7c9fe6b2e19fe40bf15b..ab43c806ae9be670e2def87a08ea666a33281085 100644 (file)
@@ -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 */
This page took 0.036879 seconds and 5 git commands to generate.