Remove patch which was integrated upstream and no longer applies

This commit is contained in:
Antoine Brodin 2015-03-03 23:13:13 +00:00
parent 8f89dd9628
commit bc3b2e4b3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380399

View file

@ -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;