diff options
| author | christos <christos@NetBSD.org> | 2018-09-05 17:10:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-09-05 17:10:07 +0000 |
| commit | 815802f433ed53317cbd3b0122d19bf9817c1744 (patch) | |
| tree | 74f9508fa645745a070c7f27005c581887ef5515 /external/bsd/libpcap | |
| parent | db429e9aee0e76cfe9f2d20a8419f10ef57551f2 (diff) | |
make sure we don't accidentally compile this file.
Diffstat (limited to 'external/bsd/libpcap')
| -rw-r--r-- | external/bsd/libpcap/dist/bpf_filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/bsd/libpcap/dist/bpf_filter.c b/external/bsd/libpcap/dist/bpf_filter.c index e52b178f029..dd24d589617 100644 --- a/external/bsd/libpcap/dist/bpf_filter.c +++ b/external/bsd/libpcap/dist/bpf_filter.c @@ -38,6 +38,8 @@ * @(#)bpf.c 7.5 (Berkeley) 7/15/91 */ +#error "We are using the kernel version of this file" + #ifdef HAVE_CONFIG_H #include <config.h> #endif |
