Module Name:    src
Committed By:   pooka
Date:           Thu May  2 21:47:12 UTC 2013

Modified Files:
        src/lib/librumpuser: rumpuser.3

Log Message:
update for previous change


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/librumpuser/rumpuser.3

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.3
diff -u src/lib/librumpuser/rumpuser.3:1.7 src/lib/librumpuser/rumpuser.3:1.8
--- src/lib/librumpuser/rumpuser.3:1.7	Thu May  2 21:35:19 2013
+++ src/lib/librumpuser/rumpuser.3	Thu May  2 21:47:12 2013
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rumpuser.3,v 1.7 2013/05/02 21:35:19 pooka Exp $
+.\"     $NetBSD: rumpuser.3,v 1.8 2013/05/02 21:47:12 pooka Exp $
 .\"
 .\" Copyright (c) 2013 Antti Kantee.  All rights reserved.
 .\"
@@ -276,7 +276,7 @@ If this is not possible, the hypervisor 
 retain semantics.
 .Pp
 .Ft int
-.Fn rumpuser_clock_gettime "enum rumpclock clk" "uint64_t *sec" "uint64_t *nsec"
+.Fn rumpuser_clock_gettime "enum rumpclock clk" "int64_t *sec" "long *nsec"
 .Pp
 .Bl -tag -width "xalignmentx"
 .It Fa clk
@@ -294,7 +294,7 @@ return value for nanoseconds
 .El
 .Pp
 .Ft int
-.Fn rumpuser_clock_sleep "enum rumpclock clk" "uint64_t sec" "uint64_t nsec"
+.Fn rumpuser_clock_sleep "enum rumpclock clk" "int64_t sec" "long nsec"
 .Bl -tag -width "xalignmentx"
 .It Fa clk
 In case of

Reply via email to