Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 19:52:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249461] netstat(1) fails to build
Message-ID:  <bug-249461-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249461-227>