summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-23 10:35:40 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-23 10:35:40 +0000
commiteabfe486a67f3292927ea0594d014f6d6337ad49 (patch)
treef0a99896a418a66e00f814c0f8338465c09757e1
parent884daaab74867d4f13e08dc1743d1406fef4f16c (diff)
downloadFreeBSD-src-eabfe486a67f3292927ea0594d014f6d6337ad49.zip
FreeBSD-src-eabfe486a67f3292927ea0594d014f6d6337ad49.tar.gz
Update copyright date.
MFC after: 3 days
-rw-r--r--lib/libc/net/sctp_sys_calls.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c
index 74ff04a..3785a04 100644
--- a/lib/libc/net/sctp_sys_calls.c
+++ b/lib/libc/net/sctp_sys_calls.c
@@ -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,6 +32,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
OpenPOWER on IntegriCloud