Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Yet another pcap include.
details: https://anonhg.NetBSD.org/src/rev/84eaa1a13261
branches: trunk
changeset: 993295:84eaa1a13261
user: kre <kre%NetBSD.org@localhost>
date: Mon Sep 03 21:26:19 2018 +0000
description:
Yet another pcap include.
diffstat:
distrib/sets/lists/comp/mi | 3 ++-
external/bsd/libpcap/lib/Makefile | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r c780c57f1a51 -r 84eaa1a13261 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Mon Sep 03 21:17:09 2018 +0000
+++ b/distrib/sets/lists/comp/mi Mon Sep 03 21:26:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.2224 2018/09/03 21:17:09 christos Exp $
+# $NetBSD: mi,v 1.2225 2018/09/03 21:26:19 kre Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@@ -2704,6 +2704,7 @@
./usr/include/pcap-namedb.h comp-c-include
./usr/include/pcap.h comp-c-include
./usr/include/pcap/bpf.h comp-c-include
+./usr/include/pcap/compiler-tests.h comp-c-include
./usr/include/pcap/export-defs.h comp-obsolete obsolete
./usr/include/pcap/funcattrs.h comp-c-include
./usr/include/pcap/namedb.h comp-c-include
diff -r c780c57f1a51 -r 84eaa1a13261 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Mon Sep 03 21:17:09 2018 +0000
+++ b/external/bsd/libpcap/lib/Makefile Mon Sep 03 21:26:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/09/03 21:03:07 christos Exp $
+# $NetBSD: Makefile,v 1.20 2018/09/03 21:26:19 kre Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@@ -155,7 +155,8 @@
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c
-INCS= pcap/pcap.h pcap/namedb.h pcap/funcattrs.h pcap/pcap-inttypes.h
+INCS= pcap/pcap.h pcap/namedb.h pcap/funcattrs.h \
+ pcap/pcap-inttypes.h pcap/compiler-tests.h
INCSDIR= /usr/include
INCSYMLINKS+= ../net/bpf.h ${INCSDIR}/pcap/bpf.h
INCSYMLINKS+= pcap/pcap.h ${INCSDIR}/pcap.h
Home |
Main Index |
Thread Index |
Old Index