summaryrefslogtreecommitdiff
path: root/netinet/sctp_bsd_addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctp_bsd_addr.h')
-rwxr-xr-xnetinet/sctp_bsd_addr.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/netinet/sctp_bsd_addr.h b/netinet/sctp_bsd_addr.h
index 42357a7..ae78a20 100755
--- a/netinet/sctp_bsd_addr.h
+++ b/netinet/sctp_bsd_addr.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:
@@ -32,11 +32,12 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_bsd_addr.h 228653 2011-12-17 19:21:40Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_bsd_addr.h 235828 2012-05-23 11:26:28Z tuexen $");
#endif
-#ifndef __sctp_bsd_addr_h__
-#define __sctp_bsd_addr_h__
+#ifndef _NETINET_SCTP_BSD_ADDR_H_
+#define _NETINET_SCTP_BSD_ADDR_H_
+
#include <netinet/sctp_pcb.h>
#if defined(_KERNEL) || defined(__Userspace__)