Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libpcap/sbin/rpcapd remove (AFAIKT) unused _OPE...



details:   https://anonhg.NetBSD.org/src/rev/c888d8618c21
branches:  trunk
changeset: 372210:c888d8618c21
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 31 09:30:43 2022 +0000

description:
remove (AFAIKT) unused _OPENBSD_SOURCE

diffstat:

 external/bsd/libpcap/sbin/rpcapd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d14ae7ccacd1 -r c888d8618c21 external/bsd/libpcap/sbin/rpcapd/Makefile
--- a/external/bsd/libpcap/sbin/rpcapd/Makefile Mon Oct 31 09:27:23 2022 +0000
+++ b/external/bsd/libpcap/sbin/rpcapd/Makefile Mon Oct 31 09:30:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/29 17:12:45 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/31 09:30:43 wiz Exp $
 
 USE_FORT?=     yes     # network server
 
@@ -30,7 +30,7 @@
 CPPFLAGS+=     -pthread
 LDFLAGS+=      -pthread
 CPPFLAGS+=     -I${SRCDIR} -I${.CURDIR}/../../include
-CPPFLAGS+=     -DHAVE_CONFIG_H -D_OPENBSD_SOURCE
+CPPFLAGS+=     -DHAVE_CONFIG_H
 CPPFLAGS+=     -DPCAP_DONT_INCLUDE_PCAP_BPF_H
 
 PROGDPLIBS+=   pcap ${.CURDIR}/../../lib \



Home | Main Index | Thread Index | Old Index