aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_crc32.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
commit807aad636f325a152aa41c104fbbc438fce684f6 (patch)
tree9c8148ab77bdffafeaeac4f92d5ed4c05a957f26 /sys/netinet/sctp_crc32.h
parent43dc9e2f41269299faece9279893ec60ceca8510 (diff)
downloadsrc-807aad636f325a152aa41c104fbbc438fce684f6.tar.gz
src-807aad636f325a152aa41c104fbbc438fce684f6.zip
Use consistent text at the begining of the files.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235828
Diffstat (limited to 'sys/netinet/sctp_crc32.h')
-rw-r--r--sys/netinet/sctp_crc32.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/netinet/sctp_crc32.h b/sys/netinet/sctp_crc32.h
index 0f22cab59c49..3f98be41c48a 100644
--- a/sys/netinet/sctp_crc32.h
+++ b/sys/netinet/sctp_crc32.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,13 +30,11 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $KAME: sctp_crc32.h,v 1.5 2004/08/17 04:06:16 itojun Exp $ */
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#ifndef __crc32c_h__
-#define __crc32c_h__
+#ifndef _NETINET_SCTP_CRC32_H_
+#define _NETINET_SCTP_CRC32_H_
#if defined(_KERNEL)
#if !defined(SCTP_WITH_NO_CSUM)