mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 20:30:52 +08:00
Update to FreeBSD head 2018-02-01
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
This commit is contained in:
@@ -1724,13 +1724,13 @@ unp_disconnect(struct unpcb *unp, struct unpcb *unp2)
|
||||
static int
|
||||
unp_pcblist(SYSCTL_HANDLER_ARGS)
|
||||
{
|
||||
int error, i, n;
|
||||
int freeunp;
|
||||
struct unpcb *unp, **unp_list;
|
||||
unp_gen_t gencnt;
|
||||
struct xunpgen *xug;
|
||||
struct unp_head *head;
|
||||
struct xunpcb *xu;
|
||||
u_int i;
|
||||
int error, freeunp, n;
|
||||
|
||||
switch ((intptr_t)arg1) {
|
||||
case SOCK_STREAM:
|
||||
|
Reference in New Issue
Block a user