Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2022 05:20:34 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7d016011f485 - main - sockstat(1): we don't need kernel struct unpcb
Message-ID:  <202207070520.2675KYbO081604@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=7d016011f48580357245368e36e2262b0a7e8ba7

commit 7d016011f48580357245368e36e2262b0a7e8ba7
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-07-07 05:19:08 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-07-07 05:19:08 +0000

    sockstat(1): we don't need kernel struct unpcb
    
    Fixes:  0e229f343f4e8791f84a7acc6300f0bd1476c7b5
---
 usr.bin/sockstat/sockstat.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c
index fc53d910012d..a4cba95ab983 100644
--- a/usr.bin/sockstat/sockstat.c
+++ b/usr.bin/sockstat/sockstat.c
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/user.h>
 
 #include <sys/un.h>
-#define	_WANT_UNPCB
 #include <sys/unpcb.h>
 
 #include <net/route.h>



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