diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-28 04:04:14 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-28 04:04:14 +0000 |
commit | d8fe7586d45aea4dde7edd0bfce9713886d53c61 (patch) | |
tree | 245d99a0debc75fec83112e084249459a9d48e56 /sys | |
parent | 48ace743dd4d81e2b1c4e2c47b0070e7ed61689e (diff) |
Moved things to netinet/in_pcb.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/socketvar.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 97946400464..f3b2d2e7f70 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socketvar.h,v 1.9 1997/02/28 02:22:31 angelos Exp $ */ +/* $OpenBSD: socketvar.h,v 1.10 1997/02/28 04:04:13 angelos Exp $ */ /* $NetBSD: socketvar.h,v 1.18 1996/02/09 18:25:38 christos Exp $ */ /*- @@ -98,10 +98,6 @@ struct socket { void (*so_upcall) __P((struct socket *so, caddr_t arg, int waitf)); caddr_t so_upcallarg; /* Arg for above */ uid_t so_uid; /* who opened the socket */ - u_char so_seclevel[4]; /* security levels XXX unused byte 3 */ -#define SL_AUTH 0 /* Authentication level */ -#define SL_ESP_TRANS 1 /* ESP transport level */ -#define SL_ESP_NETWORK 2 /* ESP network (encapsulation) level */ }; /* |