Module Name: src Committed By: pooka Date: Sun Dec 12 13:48:56 UTC 2010
Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: outdated comment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/librumpuser/rumpuser_sp.c 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_sp.c diff -u src/lib/librumpuser/rumpuser_sp.c:1.22 src/lib/librumpuser/rumpuser_sp.c:1.23 --- src/lib/librumpuser/rumpuser_sp.c:1.22 Tue Nov 30 22:32:01 2010 +++ src/lib/librumpuser/rumpuser_sp.c Sun Dec 12 13:48:55 2010 @@ -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>