diff options
author | 2003-01-23 23:15:16 +0000 | |
---|---|---|
committer | 2003-01-23 23:15:16 +0000 | |
commit | fd753520514ce2072136d92762b7f652f4c7f704 (patch) | |
tree | a59b4f9dd48284e83b2efde614098ed8c3a3ae79 /libexec/ftp-proxy/util.c | |
parent | - Either memset() or loop and set to zero, not both (diff) | |
download | wireguard-openbsd-fd753520514ce2072136d92762b7f652f4c7f704.tar.xz wireguard-openbsd-fd753520514ce2072136d92762b7f652f4c7f704.zip |
Honour TCP_WRAPPERS mk.conf setting; ok millert@
Diffstat (limited to 'libexec/ftp-proxy/util.c')
-rw-r--r-- | libexec/ftp-proxy/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/util.c b/libexec/ftp-proxy/util.c index 594ca063bac..c2bbab50e41 100644 --- a/libexec/ftp-proxy/util.c +++ b/libexec/ftp-proxy/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.13 2002/12/19 18:19:10 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.14 2003/01/23 23:15:16 djm Exp $ */ /* * Copyright (c) 1996-2001 @@ -53,7 +53,6 @@ #include <stdarg.h> #include <sysexits.h> #include <syslog.h> -#include <tcpd.h> #include <unistd.h> #include "util.h" |