Page MenuHomeFreeBSD

D26483.1789766568.diff
No OneTemporary

Size
603 B
Referenced Files
None
Subscribers
None

D26483.1789766568.diff

Index: usr.bin/netstat/Makefile
===================================================================
--- usr.bin/netstat/Makefile
+++ usr.bin/netstat/Makefile
@@ -28,13 +28,13 @@
!/^\#/ { printf("\#define\tN%s\t%s\n", toupper($$2), i++); }' \
< ${.ALLSRC} > ${.TARGET} || rm -f ${.TARGET}
CLEANFILES+= nl_symbols.c nl_defs.h
-CFLAGS+= -I${.OBJDIR}
WARNS?= 3
-CFLAGS+=-fno-strict-aliasing
-
-CFLAGS+=-DIPSEC
-CFLAGS+=-DSCTP
+CFLAGS+= -I${.OBJDIR}
+CFLAGS+= -I${SRCTOP}/sys
+CFLAGS+= -fno-strict-aliasing
+CFLAGS+= -DIPSEC
+CFLAGS+= -DSCTP
.if ${MK_INET_SUPPORT} != "no"
CFLAGS+=-DINET

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 18, 9:22 PM (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29762590
Default Alt Text
D26483.1789766568.diff (603 B)

Event Timeline