Module Name: src Committed By: thorpej Date: Sun Jan 19 05:07:22 UTC 2020
Modified Files: src/sys/net: bpf.c Log Message: Stop including strip.h (it's no longer generated). To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/bpf.c diff -u src/sys/net/bpf.c:1.232 src/sys/net/bpf.c:1.233 --- src/sys/net/bpf.c:1.232 Fri Nov 29 17:29:31 2019 +++ src/sys/net/bpf.c Sun Jan 19 05:07:22 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: bpf.c,v 1.232 2019/11/29 17:29:31 ryo Exp $ */ +/* $NetBSD: bpf.c,v 1.233 2020/01/19 05:07:22 thorpej Exp $ */ /* * Copyright (c) 1990, 1991, 1993 @@ -39,12 +39,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.232 2019/11/29 17:29:31 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.233 2020/01/19 05:07:22 thorpej Exp $"); #if defined(_KERNEL_OPT) #include "opt_bpf.h" #include "sl.h" -#include "strip.h" #include "opt_net_mpsafe.h" #endif