git: 7d016011f485 - main - sockstat(1): we don't need kernel struct unpcb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 05:20:34 UTC
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>