OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches2.2 / include.linux.socket.h
1 RCSID $Id: include.linux.socket.h,v 1.1 1999/05/05 22:02:37 rgb Exp $
2 --- ./include/linux/socket.h.preipsec   Thu Apr 29 23:19:06 1999
3 +++ ./include/linux/socket.h    Thu Apr 29 23:23:58 1999
4 @@ -158,7 +158,7 @@
5  #define AF_DECnet      12      /* Reserved for DECnet project  */
6  #define AF_NETBEUI     13      /* Reserved for 802.2LLC project*/
7  #define AF_SECURITY    14      /* Security callback pseudo AF */
8 -#define pseudo_AF_KEY   15      /* PF_KEY key management API */
9 +#define AF_KEY         15      /* PF_KEY key management API    */
10  #define AF_NETLINK     16
11  #define AF_ROUTE       AF_NETLINK /* Alias to emulate 4.4BSD */
12  #define AF_PACKET      17      /* Packet family                */
13 @@ -186,7 +186,7 @@
14  #define PF_DECnet      AF_DECnet
15  #define PF_NETBEUI     AF_NETBEUI
16  #define PF_SECURITY    AF_SECURITY
17 -#define PF_KEY          pseudo_AF_KEY
18 +#define PF_KEY          AF_KEY
19  #define PF_NETLINK     AF_NETLINK
20  #define PF_ROUTE       AF_ROUTE
21  #define PF_PACKET      AF_PACKET