Module Name:    src
Committed By:   christos
Date:           Wed Sep  5 17:10:07 UTC 2018

Modified Files:
        src/external/bsd/libpcap/dist: bpf_filter.c

Log Message:
make sure we don't accidentally compile this file.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/dist/bpf_filter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libpcap/dist/bpf_filter.c
diff -u src/external/bsd/libpcap/dist/bpf_filter.c:1.2 src/external/bsd/libpcap/dist/bpf_filter.c:1.3
--- src/external/bsd/libpcap/dist/bpf_filter.c:1.2	Mon Sep  3 11:26:43 2018
+++ src/external/bsd/libpcap/dist/bpf_filter.c	Wed Sep  5 13:10:07 2018
@@ -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

Reply via email to