summaryrefslogtreecommitdiffstats
path: root/contrib/pf/ftp-proxy
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-02-28 17:32:53 +0000
committermlaier <mlaier@FreeBSD.org>2004-02-28 17:32:53 +0000
commitcfa84beb14b57fb04e0c99796c7b1ef9f4719274 (patch)
treec31333426907530b588b3b90bbec666e0c0bd647 /contrib/pf/ftp-proxy
parent80dc4d1b917ca6fab4a6f9dd6a58da889fd7b4dc (diff)
downloadFreeBSD-src-cfa84beb14b57fb04e0c99796c7b1ef9f4719274.zip
FreeBSD-src-cfa84beb14b57fb04e0c99796c7b1ef9f4719274.tar.gz
Apply diff from the port.
Rather small diff for the userland (in contrast to the kernel): - Some header file location/differences - Clean compilation on 64bit arch (identified by bento a long time ago) - ALTQ not (yet) available. Leave a switch for patchsets and future ... - most files can be used from the vendor branch Approved by: bms(in general)
Diffstat (limited to 'contrib/pf/ftp-proxy')
-rw-r--r--contrib/pf/ftp-proxy/ftp-proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pf/ftp-proxy/ftp-proxy.c b/contrib/pf/ftp-proxy/ftp-proxy.c
index 88b6fd1..2c44431 100644
--- a/contrib/pf/ftp-proxy/ftp-proxy.c
+++ b/contrib/pf/ftp-proxy/ftp-proxy.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */
/*
@@ -67,6 +68,7 @@
* - per-user rules perhaps.
*/
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud