Module Name:    src
Committed By:   pooka
Date:           Wed Jun 10 18:36:33 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpuser: rumpuser.c

Log Message:
indicate function of previous in comment


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/rump/librump/rumpuser/rumpuser.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/rumpuser/rumpuser.c
diff -u src/sys/rump/librump/rumpuser/rumpuser.c:1.41 src/sys/rump/librump/rumpuser/rumpuser.c:1.42
--- src/sys/rump/librump/rumpuser/rumpuser.c:1.41	Wed Jun 10 18:34:49 2009
+++ src/sys/rump/librump/rumpuser/rumpuser.c	Wed Jun 10 18:36:33 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rumpuser.c,v 1.41 2009/06/10 18:34:49 pooka Exp $	*/
+/*	$NetBSD: rumpuser.c,v 1.42 2009/06/10 18:36:33 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser.c,v 1.41 2009/06/10 18:34:49 pooka Exp $");
+__RCSID("$NetBSD: rumpuser.c,v 1.42 2009/06/10 18:36:33 pooka Exp $");
 #endif /* !lint */
 
 /* thank the maker for this */
@@ -496,6 +496,9 @@
 	return rv;
 }
 
+/*
+ * This is meant for safe debugging prints from the kernel.
+ */
 int
 rumpuser_dprintf(const char *format, ...)
 {

Reply via email to