diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-02-16 08:48:08 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-02-16 08:48:08 +0000 |
commit | 41cf0b2cea14664135034f692a0f422de8d6c48a (patch) | |
tree | dfab1939f7da2cba0c70e9fd04a148c81d49d6cf /sys/netinet6/pim6.h | |
parent | 3793560226b78fe3411906b53ec36e4292160f73 (diff) |
sync whitespace/comment with kame. to help merge tasks
Diffstat (limited to 'sys/netinet6/pim6.h')
-rw-r--r-- | sys/netinet6/pim6.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/netinet6/pim6.h b/sys/netinet6/pim6.h index dc49e2bbd3c..41d5f4cffb5 100644 --- a/sys/netinet6/pim6.h +++ b/sys/netinet6/pim6.h @@ -1,9 +1,10 @@ -/* $OpenBSD: pim6.h,v 1.1 1999/12/08 06:50:23 itojun Exp $ */ +/* $OpenBSD: pim6.h,v 1.2 2001/02/16 08:48:06 itojun Exp $ */ +/* $KAME: pim6.h,v 1.3 2000/03/25 07:23:58 sumikawa Exp $ */ /* * Copyright (C) 1998 WIDE Project. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -15,7 +16,7 @@ * 3. Neither the name of the project nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -59,7 +60,7 @@ struct pim { #define PIM_MINLEN 8 /* The header min. length is 8 */ #define PIM6_REG_MINLEN (PIM_MINLEN+40) /* Register message + inner IP6 header */ -/* +/* * Message types */ #define PIM_REGISTER 1 /* PIM Register type is 1 */ |