summaryrefslogtreecommitdiffstats
path: root/contrib/pf/authpf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-16 17:24:06 +0000
committerobrien <obrien@FreeBSD.org>2004-03-16 17:24:06 +0000
commitc0b1fcdc1f0f0f3033f7cbc0a538f79083ff99a9 (patch)
treec0dff8606a3b7b491b5a6f0bab1195fc12c0759c /contrib/pf/authpf
parentb7e56e9eea26be625659f4a99d9094c501a0a3bc (diff)
downloadFreeBSD-src-c0b1fcdc1f0f0f3033f7cbc0a538f79083ff99a9.zip
FreeBSD-src-c0b1fcdc1f0f0f3033f7cbc0a538f79083ff99a9.tar.gz
Fix $FreeBSD$ ids.
Diffstat (limited to 'contrib/pf/authpf')
-rw-r--r--contrib/pf/authpf/authpf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/pf/authpf/authpf.c b/contrib/pf/authpf/authpf.c
index ed3d172..c14bcf7 100644
--- a/contrib/pf/authpf/authpf.c
+++ b/contrib/pf/authpf/authpf.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $OpenBSD: authpf.c,v 1.68 2003/08/21 19:13:23 frantzen Exp $ */
/*
@@ -26,6 +25,9 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/file.h>
#include <sys/ioctl.h>
OpenPOWER on IntegriCloud