Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Remove initial newline from copyright[], which was ...
details: https://anonhg.NetBSD.org/src/rev/71df58943a0c
branches: trunk
changeset: 512730:71df58943a0c
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Jul 15 14:36:06 2001 +0000
description:
Remove initial newline from copyright[], which was mistakely added in rev.1.191.
Fixes kern/13470 by Tetsuya Isaki.
diffstat:
sys/kern/init_main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cf5cf973ee61 -r 71df58943a0c sys/kern/init_main.c
--- a/sys/kern/init_main.c Sun Jul 15 13:29:38 2001 +0000
+++ b/sys/kern/init_main.c Sun Jul 15 14:36:06 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.192 2001/06/16 12:00:02 jdolecek Exp $ */
+/* $NetBSD: init_main.c,v 1.193 2001/07/15 14:36:06 jdolecek Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou. All rights reserved.
@@ -111,7 +111,7 @@
#include <net/if.h>
#include <net/raw_cb.h>
-const char copyright[] = "\n"
+const char copyright[] =
"Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001\n"
" The NetBSD Foundation, Inc. All rights reserved.\n"
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
Home |
Main Index |
Thread Index |
Old Index