summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/iplang
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-08-13 04:58:02 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-08-13 04:58:02 +0000
commit54a215376523c9828e0092de33f29614fca24281 (patch)
tree73c5d7610005d77ef48ecc4df40b50c23486a0dc /contrib/ipfilter/iplang
parent90778a716059d6db7810bad8d8a4e1b787dc4a06 (diff)
downloadFreeBSD-src-54a215376523c9828e0092de33f29614fca24281.zip
FreeBSD-src-54a215376523c9828e0092de33f29614fca24281.tar.gz
Import base ipfilter 3.4.9 into contrib dir.
Diffstat (limited to 'contrib/ipfilter/iplang')
-rw-r--r--contrib/ipfilter/iplang/iplang_y.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/ipfilter/iplang/iplang_y.y b/contrib/ipfilter/iplang/iplang_y.y
index 95f3419..56d705b 100644
--- a/contrib/ipfilter/iplang/iplang_y.y
+++ b/contrib/ipfilter/iplang/iplang_y.y
@@ -6,7 +6,7 @@
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
*
- * $Id: iplang_y.y,v 2.2 1999/12/04 03:37:04 darrenr Exp $
+ * $Id: iplang_y.y,v 2.2.2.1 2000/08/05 14:43:39 darrenr Exp $
*/
#include <stdio.h>
@@ -48,7 +48,8 @@
#include "ipf.h"
#include "iplang.h"
-#ifndef __NetBSD__
+#if !defined(__NetBSD__) && (!defined(__FreeBSD_version) && \
+ __FreeBSD_version < 400020)
extern struct ether_addr *ether_aton __P((char *));
#endif
OpenPOWER on IntegriCloud