https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249461

            Bug ID: 249461
           Summary: netstat(1) fails to build
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: b...@freebsd.org
          Reporter: mor...@schmi.tt

Created attachment 218087
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218087&action=edit
Patch for ${SRCTOP}/usr.bin/netstat/Makefile

${SRCTOP}/usr.bin/netstat doesn't build on older systems (e.g., 12.1) because
struct members were added in tcp_var.h and if_arp.h in CURRENT and are missing
on older systems. The CURRENT include dir should be added to CFLAGS by the
Makefile.

The attached patch does just that and cleans up formatting according to
style.Makefile(5).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to