aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ipl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/ipfilter/netinet/ipl.h')
-rw-r--r--sys/contrib/ipfilter/netinet/ipl.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/contrib/ipfilter/netinet/ipl.h b/sys/contrib/ipfilter/netinet/ipl.h
new file mode 100644
index 000000000000..ca3baf2c926f
--- /dev/null
+++ b/sys/contrib/ipfilter/netinet/ipl.h
@@ -0,0 +1,20 @@
+/* $FreeBSD$ */
+
+/*
+ * Copyright (C) 2012 by Darren Reed.
+ *
+ * See the IPFILTER.LICENCE file for details on licencing.
+ *
+ * @(#)ipl.h 1.21 6/5/96
+ * $FreeBSD$
+ * Id: ipl.h,v 2.52.2.30 2007/10/16 09:41:00 darrenr Exp $
+ */
+
+#ifndef __IPL_H__
+#define __IPL_H__
+
+#define IPL_VERSION "IP Filter: v5.1.2"
+
+#define IPFILTER_VERSION 5010200
+
+#endif /* __IPL_H__ */