diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-03 23:13:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-03 23:13:13 +0000 |
commit | bc3b2e4b3a42f2bd09dd15b49bfe94fc51c1067f (patch) | |
tree | 4743dbbc3b02bebdf44289879a31e80748208b27 /net | |
parent | 8f89dd9628e2aa86d68cae07e001c1bf2a06d3e0 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/widentd/files/patch-widentd.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/widentd/files/patch-widentd.c b/net/widentd/files/patch-widentd.c deleted file mode 100644 index 04a39728b65f..000000000000 --- a/net/widentd/files/patch-widentd.c +++ /dev/null @@ -1,22 +0,0 @@ ---- 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; |