Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libpcap/lib fix includes
details: https://anonhg.NetBSD.org/src/rev/017e31303c07
branches: trunk
changeset: 993293:017e31303c07
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 03 21:03:07 2018 +0000
description:
fix includes
diffstat:
external/bsd/libpcap/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd547aedc6f1 -r 017e31303c07 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Mon Sep 03 19:38:53 2018 +0000
+++ b/external/bsd/libpcap/lib/Makefile Mon Sep 03 21:03:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/09/03 19:32:58 kre Exp $
+# $NetBSD: Makefile,v 1.19 2018/09/03 21:03:07 christos Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@@ -155,7 +155,7 @@
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c
-INCS= pcap/pcap.h pcap/namedb.h
+INCS= pcap/pcap.h pcap/namedb.h pcap/funcattrs.h pcap/pcap-inttypes.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