diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-07-19 16:26:56 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-07-19 16:26:56 +0000 |
| commit | c3e15b16b99a60134a26f0f2f32a70d616da858a (patch) | |
| tree | 33548cba6a0ad01a0b959e7225dca7492421f915 | |
| parent | 2a92ef7fdf587499814fa2f6d6de30f99a3f888d (diff) | |
Notes
| -rw-r--r-- | contrib/ipfilter/iplang/iplang_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/iplang/iplang_y.y b/contrib/ipfilter/iplang/iplang_y.y index 2c71b15717b7..5f5370c16e58 100644 --- a/contrib/ipfilter/iplang/iplang_y.y +++ b/contrib/ipfilter/iplang/iplang_y.y @@ -48,7 +48,7 @@ #include "ipf.h" #include "iplang.h" -#ifndef __NetBSD__ +#if !defined(__NetBSD__) && !defined(__FreeBSD__) extern struct ether_addr *ether_aton __P((char *)); #endif |
