diff options
Diffstat (limited to 'sysutils/tits/patches/patch-ab')
-rw-r--r-- | sysutils/tits/patches/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/tits/patches/patch-ab b/sysutils/tits/patches/patch-ab deleted file mode 100644 index 40f3e4c2fea..00000000000 --- a/sysutils/tits/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/12/14 00:30:22 kleink Exp $ - ---- listener.c.orig 2003-04-13 11:14:36.000000000 +0200 -+++ listener.c 2004-12-14 01:26:50.000000000 +0100 -@@ -221,7 +221,8 @@ - - #ifdef LIBWRAP - if (lc->lc_args.la_use_wrappers) { -- request_init(&req, RQ_DAEMON, isdigit(lc->lc_args.la_port[0]) ? -+ request_init(&req, RQ_DAEMON, -+ isdigit((unsigned char)lc->lc_args.la_port[0]) ? - pname : lc->lc_args.la_port, RQ_FILE, fd, NULL); - fromhost(&req); - if (hosts_access(&req) == 0) { |