diff options
| author | 2005-01-01 18:12:58 +0000 | |
|---|---|---|
| committer | 2005-01-01 18:12:58 +0000 | |
| commit | 257c89ba83ee68f2a58eb868c933bc4a4ebf6520 (patch) | |
| tree | 13818dd0fc1b9ad91edb71d373b74db74beb8447 /sys/kern/init_main.c | |
| parent | Make sure uextraloc ends up in .data so UKC works. OK deraadt@ (diff) | |
| download | wireguard-openbsd-257c89ba83ee68f2a58eb868c933bc4a4ebf6520.tar.xz wireguard-openbsd-257c89ba83ee68f2a58eb868c933bc4a4ebf6520.zip | |
2005
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 3d2f5de24a1..135f412c7d7 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.122 2004/12/26 21:22:13 miod Exp $ */ +/* $OpenBSD: init_main.c,v 1.123 2005/01/01 18:12:58 mickey 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-2004 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2005 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |
