summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-01-01 20:41:56 +0000
committerderaadt <deraadt@openbsd.org>2002-01-01 20:41:56 +0000
commit93378b33ed35d8d9637f157e264748c5439a3c2e (patch)
tree9fad931727ce8db50dd55a0256d102f19f1fa1e3 /sys/kern/init_main.c
parent``maxpartition 16'' updates that were sitting in my tree for a long time. (diff)
downloadwireguard-openbsd-93378b33ed35d8d9637f157e264748c5439a3c2e.tar.xz
wireguard-openbsd-93378b33ed35d8d9637f157e264748c5439a3c2e.zip
2002
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 eb68a253268..c69f137962a 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.89 2001/12/19 08:58:06 art Exp $ */
+/* $OpenBSD: init_main.c,v 1.90 2002/01/01 20:41:56 deraadt Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -102,7 +102,7 @@ extern void nfs_init __P((void));
char copyright[] =
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
"\tThe Regents of the University of California. All rights reserved.\n"
-"Copyright (c) 1995-2001 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2002 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;