Module Name:    src
Committed By:   pooka
Date:           Tue Nov 30 14:24:40 UTC 2010

Modified Files:
        src/lib/librumpclient: rumpclient.c

Log Message:
Change RUMP_SP_CLIENT to RUMP_SERVER.  The former was, in addition
to being annoying to write, slightly misguiding, since it contains
the server url.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/librumpclient/rumpclient.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/librumpclient/rumpclient.c
diff -u src/lib/librumpclient/rumpclient.c:1.6 src/lib/librumpclient/rumpclient.c:1.7
--- src/lib/librumpclient/rumpclient.c:1.6	Mon Nov 29 16:08:03 2010
+++ src/lib/librumpclient/rumpclient.c	Tue Nov 30 14:24:40 2010
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpclient.c,v 1.6 2010/11/29 16:08:03 pooka Exp $	*/
+/*      $NetBSD: rumpclient.c,v 1.7 2010/11/30 14:24:40 pooka Exp $	*/
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -212,7 +212,7 @@
 	unsigned idx;
 	int error, s;
 
-	if ((p = getenv("RUMP_SP_CLIENT")) == NULL) {
+	if ((p = getenv("RUMP_SERVER")) == NULL) {
 		errno = ENOENT;
 		return -1;
 	}

Reply via email to