aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 10:35:40 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 10:35:40 +0000
commit43dc9e2f41269299faece9279893ec60ceca8510 (patch)
treef0a99896a418a66e00f814c0f8338465c09757e1
parent64c06aeb8d65063035c72814ad76ee3e34c69e78 (diff)
downloadsrc-43dc9e2f41269299faece9279893ec60ceca8510.tar.gz
src-43dc9e2f41269299faece9279893ec60ceca8510.zip
Update copyright date.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235827
-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 74ff04a842f6..3785a048195a 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>