summaryrefslogtreecommitdiff
path: root/sys/netinet/ipl.h
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>1999-12-14 04:17:18 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>1999-12-14 04:17:18 +0000
commitd7490544c35fd00d5fa574f813e1a80638a69107 (patch)
tree5622e08b40efddbb6423f66ed3229d3f00d88fdd /sys/netinet/ipl.h
parent9f37deb56afe80d3130c1317b569eaa08a5518ab (diff)
New ipfilter files. Preparing for merge of ipfilter 3.3.4.
Diffstat (limited to 'sys/netinet/ipl.h')
-rw-r--r--sys/netinet/ipl.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/netinet/ipl.h b/sys/netinet/ipl.h
new file mode 100644
index 00000000000..9ebb6abc239
--- /dev/null
+++ b/sys/netinet/ipl.h
@@ -0,0 +1,17 @@
+/* $OpenBSD: ipl.h,v 1.1 1999/12/14 04:17:17 kjell Exp $ */
+/*
+ * Copyright (C) 1993-1999 by Darren Reed.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and due credit is given
+ * to the original author and the contributors.
+ *
+ * @(#)ipl.h 1.21 6/5/96
+ */
+
+#ifndef __IPL_H__
+#define __IPL_H__
+
+#define IPL_VERSION "IP Filter: v3.3.4"
+
+#endif