diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:40:13 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:40:13 +0000 |
commit | d29dd8a8ea698db0340ef53003323b7ba58ef630 (patch) | |
tree | dcdc3f250e0cca3b20169946fb269d5b5e509255 /sys/netinet | |
parent | ffd704d3eaffdb1bf2e532b11f5877bfe01a8f50 (diff) |
Style
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 7cf3ae0f3bb..70bae98f3a7 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.53 2001/07/05 08:31:47 jjbg Exp $ */ +/* $OpenBSD: in.h,v 1.54 2001/07/05 08:40:12 angelos Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -464,7 +464,7 @@ struct ip_mreq { #define IPCTL_IPSEC_AUTH_ALGORITHM 26 #define IPCTL_MTUDISC 27 /* allow path MTU discovery */ #define IPCTL_MTUDISCTIMEOUT 28 /* allow path MTU discovery */ -#define IPCTL_IPSEC_IPCOMP_ALGORITHM 29 +#define IPCTL_IPSEC_IPCOMP_ALGORITHM 29 #define IPCTL_MAXID 30 #define IPCTL_NAMES { \ |