diff options
author | 2002-06-13 08:02:36 +0000 | |
---|---|---|
committer | 2002-06-13 08:02:36 +0000 | |
commit | f5290275dbd5ca61b073bebbabc3b70272160dbb (patch) | |
tree | 43025019ec3688da5c93d1339a23310a35bc1e72 /sys/netinet | |
parent | si_len should be u_int8_t, not socklen_t; form@form.openbsd.ru (diff) | |
download | wireguard-openbsd-f5290275dbd5ca61b073bebbabc3b70272160dbb.tar.xz wireguard-openbsd-f5290275dbd5ca61b073bebbabc3b70272160dbb.zip |
Remove whitespace from the end of the file.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ipsec_input.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 496fb676039..f6060b86072 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.57 2002/06/09 16:26:10 itojun Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.58 2002/06/13 08:02:36 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -1065,6 +1065,3 @@ ipcomp6_input_cb(struct mbuf *m, int skip, int protoff) } #endif /* INET6 */ - - - |