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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249461

            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=3D218087&action=
=3Dedit
Patch for ${SRCTOP}/usr.bin/netstat/Makefile

${SRCTOP}/usr.bin/netstat doesn't build on older systems (e.g., 12.1) becau=
se
struct members were added in tcp_var.h and if_arp.h in CURRENT and are miss=
ing
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).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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