mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
This commit is contained in:
parent
34b5fca760
commit
96ccf1cba9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16480
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user