hurdextras-commit
[Top][All Lists]
Advanced

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

run run.c


From: Samuel Thibault
Subject: run run.c
Date: Tue, 3 Oct 2023 15:33:55 -0400 (EDT)

CVSROOT:        /sources/hurdextras
Module name:    run
Changes by:     Samuel Thibault <sthibaul>      23/10/03 15:33:55

Modified files:
        .              : run.c 

Log message:
        Fix build

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/run/run.c?cvsroot=hurdextras&r1=1.1&r2=1.2

Patches:
Index: run.c
===================================================================
RCS file: /sources/hurdextras/run/run.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- run.c       12 Apr 2006 22:28:51 -0000      1.1
+++ run.c       3 Oct 2023 19:33:55 -0000       1.2
@@ -203,7 +203,7 @@
 /* Read data from an IO object.  If offset is -1, read from the object
    maintained file pointer.  If the object is not seekable, offset is
    ignored.  The amount desired to be read is in AMOUNT.  */
-error_t
+kern_return_t
 trivfs_S_io_read (struct trivfs_protid *cred,
                   mach_port_t reply, mach_msg_type_name_t reply_type,
                   data_t *data, mach_msg_type_number_t *data_len,
@@ -249,7 +249,7 @@
 
 
 /* Change current read/write offset */
-error_t
+kern_return_t
 trivfs_S_io_seek (struct trivfs_protid *cred,
                   mach_port_t reply, mach_msg_type_name_t reply_type,
                   off_t offs, int whence, off_t *new_offs)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]