summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-01-01 11:54:31 +0000
committermiod <miod@openbsd.org>2006-01-01 11:54:31 +0000
commit9fc35d3132c1026c2abb381cae6891ec18ff536c (patch)
tree1cb7ffebfd4a79916e9036ddb6d356bb8b2869f9 /sys/kern/init_main.c
parentadd PTRACE and RTHREADS defines (diff)
downloadwireguard-openbsd-9fc35d3132c1026c2abb381cae6891ec18ff536c.tar.xz
wireguard-openbsd-9fc35d3132c1026c2abb381cae6891ec18ff536c.zip
2006
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 0217b3f7f60..ac9dac3a46b 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.127 2005/12/22 06:55:03 tedu Exp $ */
+/* $OpenBSD: init_main.c,v 1.128 2006/01/01 11:54:31 miod Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -100,7 +100,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-2005 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2006 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;