diff options
Diffstat (limited to 'net/widentd/files/patch-widentd.c')
| -rw-r--r-- | net/widentd/files/patch-widentd.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/widentd/files/patch-widentd.c b/net/widentd/files/patch-widentd.c new file mode 100644 index 000000000000..04a39728b65f --- /dev/null +++ b/net/widentd/files/patch-widentd.c @@ -0,0 +1,22 @@ +--- widentd.c.orig ++++ widentd.c +@@ -41,9 +41,6 @@ + + #define SERVICE ("ident") /* 113 */ + +-int verbose = 0; +-const char *user = UID; +-const char *os = OS; + + static void + usage(void) +@@ -64,6 +61,9 @@ main(int argc, char **argv) + fd_set *lst = malloc(FD_SETSIZE), *xst = malloc(FD_SETSIZE), + *wst = malloc(FD_SETSIZE); + struct addrinfo *ports, *p; ++ int verbose = 0; ++ const char *user = UID; ++ const char *os = OS; + const char * node = NULL, * service = SERVICE; + struct addrinfo hints; + int s = -1; |
