Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/dev Remove empty lines in ttycons_consinit
details: https://anonhg.NetBSD.org/src/rev/52d979306363
branches: trunk
changeset: 771927:52d979306363
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri Dec 09 09:27:13 2011 +0000
description:
Remove empty lines in ttycons_consinit
diffstat:
sys/arch/usermode/dev/ttycons.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 45cbabfd3cf2 -r 52d979306363 sys/arch/usermode/dev/ttycons.c
--- a/sys/arch/usermode/dev/ttycons.c Fri Dec 09 08:56:54 2011 +0000
+++ b/sys/arch/usermode/dev/ttycons.c Fri Dec 09 09:27:13 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttycons.c,v 1.5 2011/08/28 21:21:05 jmcneill Exp $ */
+/* $NetBSD: ttycons.c,v 1.6 2011/12/09 09:27:13 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ttycons.c,v 1.5 2011/08/28 21:21:05 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttycons.c,v 1.6 2011/12/09 09:27:13 reinoud Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -99,8 +99,6 @@
cn_tab = &ttycons_consdev;
cn_init_magic(&ttycons_cnm_state);
cn_set_magic("\047\001");
-
-
}
int
Home |
Main Index |
Thread Index |
Old Index