diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-09 16:26:12 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-09 16:26:12 +0000 |
commit | 65a46f67616338f6e3dec7365d2b401edfff9fe2 (patch) | |
tree | 7c3c70462af4ac28e34f387fd423577b19abe0c4 /sys/netinet/ip_ether.c | |
parent | 750f13a6436f9d79d63b7f58f584a092c34aa6dd (diff) |
whitespace
Diffstat (limited to 'sys/netinet/ip_ether.c')
-rw-r--r-- | sys/netinet/ip_ether.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c index 2f94d459e30..899bfc8d8a9 100644 --- a/sys/netinet/ip_ether.c +++ b/sys/netinet/ip_ether.c @@ -1,15 +1,15 @@ -/* $OpenBSD: ip_ether.c,v 1.39 2002/06/09 00:58:32 angelos Exp $ */ +/* $OpenBSD: ip_ether.c,v 1.40 2002/06/09 16:26:10 itojun Exp $ */ /* * The author of this code is Angelos D. Keromytis (kermit@adk.gr) * * This code was written by Angelos D. Keromytis for OpenBSD in October 1999. * * Copyright (C) 1999-2001 Angelos D. Keromytis. - * + * * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or - * modification of this software. + * modification of this software. * You may use this code under the GNU public license if you so wish. Please * contribute changes back to the authors under this freer than GPL license * so that we may further the use of strong encryption without limitations to @@ -69,7 +69,7 @@ struct etheripstat etheripstat; /* * etherip_input gets called when we receive an encapsulated packet, * either because we got it at a real interface, or because AH or ESP - * were being used in tunnel mode (in which case the rcvif element will + * were being used in tunnel mode (in which case the rcvif element will * contain the address of the encX interface associated with the tunnel. */ @@ -368,7 +368,7 @@ etherip_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp, int skip, ipo->ip_sum = 0; ipo->ip_id = htons(ip_randomid()); - /* + /* * We should be keeping tunnel soft-state and send back * ICMPs as needed. */ |