From 96ccf1cba955174b9abcf5501e4db94443764404 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 18 Jun 1996 15:22:26 +0000 Subject: [PATCH] When bringing the netkey stuff over, I forgot that I had decided to change AF_KEY into pseudo_AF_KEY, and defined PF_KEY incorrectly. Fix. Noticed by: pst --- sys/sys/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/socket.h b/sys/sys/socket.h index c18ff2a13de..ece2583635b 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socket.h 8.4 (Berkeley) 2/21/94 - * $Id: socket.h,v 1.11 1996/05/09 20:15:21 wollman Exp $ + * $Id: socket.h,v 1.12 1996/06/14 17:22:18 wollman Exp $ */ #ifndef _SYS_SOCKET_H_ @@ -179,7 +179,7 @@ struct sockproto { #define PF_RTIP pseudo_AF_FTIP /* same format as AF_INET */ #define PF_PIP pseudo_AF_PIP #define PF_ISDN AF_ISDN -#define PF_KEY AF_KEY +#define PF_KEY pseudo_AF_KEY #define PF_MAX AF_MAX