[Bug 249461] netstat(1) fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 19 19:52:06 UTC 2020


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: bugs at FreeBSD.org
          Reporter: moritz at 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.


More information about the freebsd-bugs mailing list