Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern Remove comment which wasn't suppos...



details:   https://anonhg.NetBSD.org/src/rev/9cc4b512a595
branches:  trunk
changeset: 755648:9cc4b512a595
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 14 13:28:44 2010 +0000

description:
Remove comment which wasn't supposed to get committed.

diffstat:

 sys/rump/librump/rumpkern/emul.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b68c3180b997 -r 9cc4b512a595 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Mon Jun 14 13:25:40 2010 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Mon Jun 14 13:28:44 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.142 2010/06/14 13:25:40 pooka Exp $ */
+/*     $NetBSD: emul.c,v 1.143 2010/06/14 13:28:44 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.142 2010/06/14 13:25:40 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.143 2010/06/14 13:28:44 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>
@@ -228,7 +228,6 @@
 }
 __weak_alias(tputchar,rump_tputchar);
 
-//struct cdevsw cons_cdevsw;
 void
 cnputc(int c)
 {



Home | Main Index | Thread Index | Old Index