diff options
author | 1999-01-02 00:38:37 +0000 | |
---|---|---|
committer | 1999-01-02 00:38:37 +0000 | |
commit | f88a9050115fd17afccee7f915811513ed5f67c8 (patch) | |
tree | 2347d5af5ad45c9736b6dc39dd641804da2c1897 /sys/kern/init_main.c | |
parent | sysbeep + com->pccom (diff) | |
download | wireguard-openbsd-f88a9050115fd17afccee7f915811513ed5f67c8.tar.xz wireguard-openbsd-f88a9050115fd17afccee7f915811513ed5f67c8.zip |
1999
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 1632b88d222..00bb7d0d476 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.32 1998/09/16 06:21:08 deraadt Exp $ */ +/* $OpenBSD: init_main.c,v 1.33 1999/01/02 00:38:37 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"; char copyright_openbsd[] = -"Copyright (c) 1995-1998 OpenBSD. All rights reserved. http://www.OpenBSD.org\n\n"; +"Copyright (c) 1995-1999 OpenBSD. All rights reserved. http://www.OpenBSD.org\n\n"; /* Components of the first process -- never freed. */ struct session session0; |