diff options
author | tuexen <tuexen@FreeBSD.org> | 2012-05-23 11:26:28 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2012-05-23 11:26:28 +0000 |
commit | 25827ad38231373971b6f50b964c0996497ad3b3 (patch) | |
tree | 9c8148ab77bdffafeaeac4f92d5ed4c05a957f26 /sys/netinet/sctp_timer.h | |
parent | eabfe486a67f3292927ea0594d014f6d6337ad49 (diff) | |
download | FreeBSD-src-25827ad38231373971b6f50b964c0996497ad3b3.zip FreeBSD-src-25827ad38231373971b6f50b964c0996497ad3b3.tar.gz |
Use consistent text at the begining of the files.
MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctp_timer.h')
-rw-r--r-- | sys/netinet/sctp_timer.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index 6f5b35a..fd9df80 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -1,7 +1,7 @@ /*- * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. - * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved. - * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved. + * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. + * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -30,12 +30,11 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -/* $KAME: sctp_timer.h,v 1.6 2005/03/06 16:04:18 itojun Exp $ */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#ifndef __sctp_timer_h__ -#define __sctp_timer_h__ +#ifndef _NETINET_SCTP_TIMER_H_ +#define _NETINET_SCTP_TIMER_H_ #if defined(_KERNEL) || defined(__Userspace__) |