Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpclient Change RUMP_SP_CLIENT to RUMP_SERVER. The...



details:   https://anonhg.NetBSD.org/src/rev/6c4882bcec8f
branches:  trunk
changeset: 759146:6c4882bcec8f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 30 14:24:40 2010 +0000

description:
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.

diffstat:

 lib/librumpclient/rumpclient.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 45ed7b6dee9a -r 6c4882bcec8f lib/librumpclient/rumpclient.c
--- a/lib/librumpclient/rumpclient.c    Tue Nov 30 14:23:24 2010 +0000
+++ b/lib/librumpclient/rumpclient.c    Tue Nov 30 14:24:40 2010 +0000
@@ -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;
        }



Home | Main Index | Thread Index | Old Index