Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser outdated comment
details: https://anonhg.NetBSD.org/src/rev/eb34da1340fa
branches: trunk
changeset: 759535:eb34da1340fa
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Dec 12 13:48:55 2010 +0000
description:
outdated comment
diffstat:
lib/librumpuser/rumpuser_sp.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r e324dc58d689 -r eb34da1340fa lib/librumpuser/rumpuser_sp.c
--- a/lib/librumpuser/rumpuser_sp.c Sun Dec 12 13:18:07 2010 +0000
+++ b/lib/librumpuser/rumpuser_sp.c Sun Dec 12 13:48:55 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_sp.c,v 1.22 2010/11/30 22:32:01 pooka Exp $ */
+/* $NetBSD: rumpuser_sp.c,v 1.23 2010/12/12 13:48:55 pooka Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -32,13 +32,10 @@
* machine or that they need to run the same version of the host OS,
* just that they must agree on the data structures. This even *might*
* work correctly from one hardware architecture to another.
- *
- * Not finished yet, i.e. don't use in production. Lacks locking plus
- * handling of multiple clients and unexpected connection closes.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: rumpuser_sp.c,v 1.22 2010/11/30 22:32:01 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_sp.c,v 1.23 2010/12/12 13:48:55 pooka Exp $");
#include <sys/types.h>
#include <sys/atomic.h>
Home |
Main Index |
Thread Index |
Old Index