diff options
author | 2003-04-27 12:47:03 +0000 | |
---|---|---|
committer | 2003-04-27 12:47:03 +0000 | |
commit | 5db87d50d788ce6860198089d9f01b0f271f99cd (patch) | |
tree | 3c332ddb740689395ee4e6f3210536916cf94cb6 /libexec/ftp-proxy | |
parent | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. (diff) | |
download | wireguard-openbsd-5db87d50d788ce6860198089d9f01b0f271f99cd.tar.xz wireguard-openbsd-5db87d50d788ce6860198089d9f01b0f271f99cd.zip |
Duplicate include. Pointed out by andrushock at korovino dot net
Diffstat (limited to 'libexec/ftp-proxy')
-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 c2bbab50e41..fcf94e8e0c3 100644 --- a/libexec/ftp-proxy/util.c +++ b/libexec/ftp-proxy/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.14 2003/01/23 23:15:16 djm Exp $ */ +/* $OpenBSD: util.c,v 1.15 2003/04/27 12:47:03 tdeval Exp $ */ /* * Copyright (c) 1996-2001 @@ -36,7 +36,6 @@ #include <sys/ioctl.h> #include <sys/file.h> #include <netinet/in.h> -#include <netinet/in.h> #include <netinet/in_systm.h> #include <net/if.h> #include <net/pfvar.h> |