diff options
author | 2004-01-01 00:04:35 +0000 | |
---|---|---|
committer | 2004-01-01 00:04:35 +0000 | |
commit | dca32b0b4ea0e10eec33c34d3372ee6165032b57 (patch) | |
tree | 9f52278c993825ca5e323802b3d79c9d40a9954d | |
parent | use warnx for ENXIO devices, so that it says "Device not configured". For (diff) | |
download | wireguard-openbsd-dca32b0b4ea0e10eec33c34d3372ee6165032b57.tar.xz wireguard-openbsd-dca32b0b4ea0e10eec33c34d3372ee6165032b57.zip |
2004
-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 d54a857b345..28bf9d99d47 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.108 2003/11/03 18:24:52 tedu Exp $ */ +/* $OpenBSD: init_main.c,v 1.109 2004/01/01 00:04:35 deraadt Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -99,7 +99,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-2003 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2004 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |