Module Name: src
Committed By: pooka
Date: Wed Dec 18 20:24:04 UTC 2013
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
remove outdated comment (since quite a few months ago)
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/librumpuser/rumpuser_port.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.22 src/lib/librumpuser/rumpuser_port.h:1.23
--- src/lib/librumpuser/rumpuser_port.h:1.22 Sun Oct 27 16:39:46 2013
+++ src/lib/librumpuser/rumpuser_port.h Wed Dec 18 20:24:04 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.22 2013/10/27 16:39:46 rmind Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.23 2013/12/18 20:24:04 pooka Exp $ */
/*
* Portability header for non-NetBSD platforms.
@@ -6,12 +6,6 @@
* Maybe should try to use the infrastructure in tools/compat instead?
*/
-/*
- * XXX:
- * There is currently no errno translation for the error values reported
- * by the hypercall layer.
- */
-
#ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
#define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_