]> andersk Git - moira.git/blobdiff - gdb/gdb_conn.c
Fixes to build with `gcc' instead of `gcc -traditional' on suns. (Needed
[moira.git] / gdb / gdb_conn.c
index 8befa4b90b152bc10f983296a2823fb2e0046056..ba5b5c7a9d0f2d8696484b1e74f14e587b0b1e6e 100644 (file)
@@ -275,7 +275,7 @@ char *id;
 {
        int peer;                               /* socket for talking to
                                                   peer */
-       int on = 1;                             /* flag for ioctl */
+       char on = 1;                            /* flag for ioctl */
        struct sockaddr_in target;              /* build the peer address */
                                                /* here */
        struct hostent *peer_host;              /* host where peer is */
This page took 0.052464 seconds and 4 git commands to generate.