/[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.7 by roland, Sat Dec 22 21:01:28 2001 UTC revision 1.8 by roland, Tue May 28 23:58:31 2002 UTC
# Line 1  Line 1 
1  /* A translator for handling stream devices.  /* A translator for handling stream devices.
2    
3     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001,02 Free Software Foundation, Inc.
4    
5     Written by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>     Written by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
6    
# Line 801  dev_open (const char *name, dev_mode_t m Line 801  dev_open (const char *name, dev_mode_t m
801  kern_return_t  kern_return_t
802  device_open_reply (mach_port_t reply, int returncode, mach_port_t device)  device_open_reply (mach_port_t reply, int returncode, mach_port_t device)
803  {  {
804    size_t sizes[DEV_GET_SIZE_COUNT];    int sizes[DEV_GET_SIZE_COUNT];
805    size_t sizes_len = DEV_GET_SIZE_COUNT;    size_t sizes_len = DEV_GET_SIZE_COUNT;
806    int amount;    int amount;
807    

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

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