summaryrefslogtreecommitdiff
path: root/netinet/sctp_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctp_header.h')
-rwxr-xr-xnetinet/sctp_header.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/netinet/sctp_header.h b/netinet/sctp_header.h
index 5f29a25..332945d 100755
--- a/netinet/sctp_header.h
+++ b/netinet/sctp_header.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,15 +30,13 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $KAME: sctp_header.h,v 1.14 2005/03/06 16:04:17 itojun Exp $ */
-
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_header.h 235064 2012-05-05 20:07:33Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_header.h 235828 2012-05-23 11:26:28Z tuexen $");
#endif
-#ifndef __sctp_header_h__
-#define __sctp_header_h__
+#ifndef _NETINET_SCTP_HEADER_H_
+#define _NETINET_SCTP_HEADER_H_
#if defined(__Windows__) && !defined (__Userspace_os_Windows)
#include <packon.h>