summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-01-01 13:13:58 +0000
committermiod <miod@openbsd.org>2010-01-01 13:13:58 +0000
commita8c13ee2d5a51461a312b8326e86b5e350336450 (patch)
treeadae4ae266a01e32fbb04c93e5e6412812b5dc95 /sys/kern/init_main.c
parentMake sure we grab the kernel lock before invoking trapsignal(). (diff)
downloadwireguard-openbsd-a8c13ee2d5a51461a312b8326e86b5e350336450.tar.xz
wireguard-openbsd-a8c13ee2d5a51461a312b8326e86b5e350336450.zip
copyright++;
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index f9afb875ce0..edf32e0e68c 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.164 2009/12/23 07:40:31 guenther Exp $ */
+/* $OpenBSD: init_main.c,v 1.165 2010/01/01 13:13:58 miod Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -106,7 +106,7 @@ extern void nfs_init(void);
const char copyright[] =
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
"\tThe Regents of the University of California. All rights reserved.\n"
-"Copyright (c) 1995-2009 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2010 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;