summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2003-04-27 12:47:04 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2003-04-27 12:47:04 +0000
commit39ad74194be9e3406f12dae5da823147d7e72bdf (patch)
treeeba8fc21783d6487d4188538aeac29b2ae023c52
parentc670c56d6bb9915caf18009083d3515283a25fe1 (diff)
Duplicate include. Pointed out by andrushock at korovino dot net
-rw-r--r--libexec/ftp-proxy/util.c3
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>