Module Name: src
Committed By: pooka
Date: Mon Jun 14 13:28:45 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
Remove comment which wasn't supposed to get committed.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/emul.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.142 src/sys/rump/librump/rumpkern/emul.c:1.143
--- src/sys/rump/librump/rumpkern/emul.c:1.142 Mon Jun 14 13:25:40 2010
+++ src/sys/rump/librump/rumpkern/emul.c Mon Jun 14 13:28:44 2010
@@ -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)
{