From bd617e3b9887650446f7c75bb79497db9c517f33 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 2 Jun 2017 17:39:05 +0000 Subject: Remove write only flag UNP_HAVEPCCACHED. --- sys/sys/unpcb.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/sys/unpcb.h') diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index a1194ca79783..f18786553de4 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -92,14 +92,8 @@ struct unpcb { * and is really the credentials of the connected peer. This is used * to determine whether the contents should be sent to the user or * not. - * - * UNP_HAVEPCCACHED - indicates that the unp_peercred member is filled - * in, but does *not* contain the credentials of the connected peer - * (there may not even be a peer). This is set in unp_listen() when - * it fills in unp_peercred for later consumption by unp_connect(). */ #define UNP_HAVEPC 0x001 -#define UNP_HAVEPCCACHED 0x002 #define UNP_WANTCRED 0x004 /* credentials wanted */ #define UNP_CONNWAIT 0x008 /* connect blocks until accepted */ -- cgit v1.2.3