summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_dtrace_define.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
commit25827ad38231373971b6f50b964c0996497ad3b3 (patch)
tree9c8148ab77bdffafeaeac4f92d5ed4c05a957f26 /sys/netinet/sctp_dtrace_define.h
parenteabfe486a67f3292927ea0594d014f6d6337ad49 (diff)
downloadFreeBSD-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_dtrace_define.h')
-rw-r--r--sys/netinet/sctp_dtrace_define.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/netinet/sctp_dtrace_define.h b/sys/netinet/sctp_dtrace_define.h
index 34929dd..5247b02 100644
--- a/sys/netinet/sctp_dtrace_define.h
+++ b/sys/netinet/sctp_dtrace_define.h
@@ -1,6 +1,6 @@
/*-
- * 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:
@@ -28,9 +28,13 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#ifndef __sctp_dtrace_define_h__
+
+#ifndef _NETINET_SCTP_DTRACE_DEFINE_H_
+#define _NETINET_SCTP_DTRACE_DEFINE_H_
+
#include "opt_kdtrace.h"
#include <sys/kernel.h>
#include <sys/sdt.h>
OpenPOWER on IntegriCloud