diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-16 17:24:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-16 17:24:06 +0000 |
| commit | a10f530f936b7b2e3a19c406ae199b91a48f34d3 (patch) | |
| tree | c0dff8606a3b7b491b5a6f0bab1195fc12c0759c /contrib/pf/ftp-proxy | |
| parent | 707e509a1e1d79fb387c3480fd8a67d40e4e2db7 (diff) | |
Notes
Diffstat (limited to 'contrib/pf/ftp-proxy')
| -rw-r--r-- | contrib/pf/ftp-proxy/ftp-proxy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/pf/ftp-proxy/ftp-proxy.c b/contrib/pf/ftp-proxy/ftp-proxy.c index 03c3777cd096..87e9a65c535b 100644 --- a/contrib/pf/ftp-proxy/ftp-proxy.c +++ b/contrib/pf/ftp-proxy/ftp-proxy.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */ /* @@ -31,6 +30,9 @@ * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * ftp proxy, Originally based on juniper_ftp_proxy from the Obtuse * Systems juniper firewall, written by Dan Boulet <danny@obtuse.com> |
