Module Name:    src
Committed By:   wiz
Date:           Mon Oct 31 09:30:43 UTC 2022

Modified Files:
        src/external/bsd/libpcap/sbin/rpcapd: Makefile

Log Message:
remove (AFAIKT) unused _OPENBSD_SOURCE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libpcap/sbin/rpcapd/Makefile

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/sbin/rpcapd/Makefile
diff -u src/external/bsd/libpcap/sbin/rpcapd/Makefile:1.1 src/external/bsd/libpcap/sbin/rpcapd/Makefile:1.2
--- src/external/bsd/libpcap/sbin/rpcapd/Makefile:1.1	Sun Mar 29 17:12:45 2020
+++ src/external/bsd/libpcap/sbin/rpcapd/Makefile	Mon Oct 31 09:30:43 2022
@@ -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 @@ FILESDIR=	/usr/share/examples/rpcapd
 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 \

Reply via email to