svn commit: r291824 - stable/10/usr.bin/netstat
Bryan Drewery
bdrewery at FreeBSD.org
Fri Dec 4 21:11:18 UTC 2015
Author: bdrewery
Date: Fri Dec 4 21:11:17 2015
New Revision: 291824
URL: https://svnweb.freebsd.org/changeset/base/291824
Log:
Fix mis-merge in r291816, nl_defs.h not used here.
Modified:
stable/10/usr.bin/netstat/Makefile
Modified: stable/10/usr.bin/netstat/Makefile
==============================================================================
--- stable/10/usr.bin/netstat/Makefile Fri Dec 4 20:41:44 2015 (r291823)
+++ stable/10/usr.bin/netstat/Makefile Fri Dec 4 21:11:17 2015 (r291824)
@@ -6,7 +6,7 @@
PROG= netstat
SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c route.c \
unix.c atalk.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c \
- flowtable.c nl_defs.h
+ flowtable.c
WARNS?= 3
CFLAGS+=-fno-strict-aliasing
More information about the svn-src-stable-10
mailing list