/[hurd]/hurd/trans/streamio.c
ViewVC logotype

Diff of /hurd/trans/streamio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by roland, Tue May 28 23:58:31 2002 UTC revision 1.9 by roland, Thu Jun 13 21:26:39 2002 UTC
# Line 474  trivfs_goaway (struct trivfs_control *fs Line 474  trivfs_goaway (struct trivfs_control *fs
474  error_t  error_t
475  trivfs_S_io_read (struct trivfs_protid *cred,  trivfs_S_io_read (struct trivfs_protid *cred,
476                    mach_port_t reply, mach_msg_type_name_t reply_type,                    mach_port_t reply, mach_msg_type_name_t reply_type,
477                    vm_address_t *data, mach_msg_type_number_t *data_len,                    char **data, mach_msg_type_number_t *data_len,
478                    off_t offs, mach_msg_type_number_t amount)                    loff_t offs, mach_msg_type_number_t amount)
479  {  {
480    error_t err;    error_t err;
481    
# Line 513  trivfs_S_io_readable (struct trivfs_prot Line 513  trivfs_S_io_readable (struct trivfs_prot
513  error_t  error_t
514  trivfs_S_io_write (struct trivfs_protid *cred,  trivfs_S_io_write (struct trivfs_protid *cred,
515                     mach_port_t reply, mach_msg_type_name_t reply_type,                     mach_port_t reply, mach_msg_type_name_t reply_type,
516                     vm_address_t data, mach_msg_type_number_t data_len,                     char *data, mach_msg_type_number_t data_len,
517                     off_t offs, mach_msg_type_number_t *amount)                     loff_t offs, mach_msg_type_number_t *amount)
518  {  {
519    error_t err;    error_t err;
520    
# Line 662  trivfs_S_io_clear_some_openmodes (struct Line 662  trivfs_S_io_clear_some_openmodes (struct
662  error_t  error_t
663  trivfs_S_file_sync (struct trivfs_protid *cred,  trivfs_S_file_sync (struct trivfs_protid *cred,
664                      mach_port_t reply, mach_msg_type_name_t reply_type,                      mach_port_t reply, mach_msg_type_name_t reply_type,
665                      int wait)                      int wait, int omit_metadata)
666  {  {
667    error_t err;    error_t err;
668    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26