aboutsummaryrefslogtreecommitdiff
path: root/net/widentd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-03 23:13:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-03 23:13:13 +0000
commitbc3b2e4b3a42f2bd09dd15b49bfe94fc51c1067f (patch)
tree4743dbbc3b02bebdf44289879a31e80748208b27 /net/widentd
parent8f89dd9628e2aa86d68cae07e001c1bf2a06d3e0 (diff)
downloadports-bc3b2e4b3a42f2bd09dd15b49bfe94fc51c1067f.tar.gz
ports-bc3b2e4b3a42f2bd09dd15b49bfe94fc51c1067f.zip
Notes
Diffstat (limited to 'net/widentd')
-rw-r--r--net/widentd/files/patch-widentd.c22
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;