diff options
| author | 2008-01-01 16:31:42 +0000 | |
|---|---|---|
| committer | 2008-01-01 16:31:42 +0000 | |
| commit | aa2beec2d162dc91c013099eb5f9f6c719a07ea1 (patch) | |
| tree | 59f9cd73cebabae444b8c7b9bf9f24e626daa460 /sys/kern/init_main.c | |
| parent | Typo in comment about cpio_endwr() fixed. (diff) | |
| download | wireguard-openbsd-aa2beec2d162dc91c013099eb5f9f6c719a07ea1.tar.xz wireguard-openbsd-aa2beec2d162dc91c013099eb5f9f6c719a07ea1.zip | |
Welcome to the jungle of 2008.
Diffstat (limited to 'sys/kern/init_main.c')
| -rw-r--r-- | sys/kern/init_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 94249f8311d..a930d841132 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.147 2007/11/25 15:56:17 tedu Exp $ */ +/* $OpenBSD: init_main.c,v 1.148 2008/01/01 16:31:42 miod Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -103,7 +103,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-2007 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2008 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |
