Source-Changes-HG archive

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

[src/trunk]: src/lib/librumphijack uncommit part of previous which wasn't sup...



details:   https://anonhg.NetBSD.org/src/rev/c7b305fb28a1
branches:  trunk
changeset: 761704:c7b305fb28a1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Feb 05 16:59:24 2011 +0000

description:
uncommit part of previous which wasn't supposed to change

diffstat:

 lib/librumphijack/hijack.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d4ea74aa2477 -r c7b305fb28a1 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Sat Feb 05 16:57:39 2011 +0000
+++ b/lib/librumphijack/hijack.c        Sat Feb 05 16:59:24 2011 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.25 2011/02/05 16:57:39 pooka Exp $       */
+/*      $NetBSD: hijack.c,v 1.26 2011/02/05 16:59:24 pooka Exp $       */
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.25 2011/02/05 16:57:39 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.26 2011/02/05 16:59:24 pooka Exp $");
 
 #define __ssp_weak_name(fun) _hijack_ ## fun
 
@@ -425,7 +425,7 @@
                break;
        case 0:
                if (rumpclient_fork_init(rf) == -1)
-                       return -1;
+                       rv = -1;
                break;
        default:
                break;



Home | Main Index | Thread Index | Old Index