From cb8d46a179f2d30ac1cd0a01eb156e1a4c08d717 Mon Sep 17 00:00:00 2001 From: darrenr Date: Sun, 9 Feb 1997 22:50:16 +0000 Subject: Import IP Filter v3.1.7 into FreeBSD tree --- contrib/ipfilter/ipl.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contrib/ipfilter/ipl.h (limited to 'contrib/ipfilter/ipl.h') diff --git a/contrib/ipfilter/ipl.h b/contrib/ipfilter/ipl.h new file mode 100644 index 0000000..9a2e43d --- /dev/null +++ b/contrib/ipfilter/ipl.h @@ -0,0 +1,16 @@ +/* + * (C)opyright 1993-1996 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.1.7 - 8/2/97" + +#endif -- cgit v1.1