Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpclient fix signature of rumpclient_fork()



details:   https://anonhg.NetBSD.org/src/rev/45edf63d729d
branches:  trunk
changeset: 762160:45edf63d729d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 16 19:58:01 2011 +0000

description:
fix signature of rumpclient_fork()

diffstat:

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

diffs (18 lines):

diff -r e5924e0dc97a -r 45edf63d729d lib/librumpclient/rumpclient.h
--- a/lib/librumpclient/rumpclient.h    Wed Feb 16 19:46:42 2011 +0000
+++ b/lib/librumpclient/rumpclient.h    Wed Feb 16 19:58:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpclient.h,v 1.8 2011/02/16 17:56:46 pooka Exp $     */
+/*     $NetBSD: rumpclient.h,v 1.9 2011/02/16 19:58:01 pooka Exp $     */
 
 /*-
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -44,7 +44,7 @@
 void                   rumpclient_fork_cancel(struct rumpclient_fork *);
 void                   rumpclient_fork_vparent(struct rumpclient_fork *);
 
-int rumpclient_fork(void);
+pid_t rumpclient_fork(void);
 int rumpclient_exec(const char *, char *const [], char *const[]);
 int rumpclient_daemon(int, int);
 



Home | Main Index | Thread Index | Old Index