/[hurd]/hurd/hurd/fs.defs
ViewVC logotype

Diff of /hurd/hurd/fs.defs

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

revision 1.48 by marcus, Tue Mar 5 01:28:59 2002 UTC revision 1.49 by roland, Tue Jun 11 21:37:16 2002 UTC
# Line 1  Line 1 
1  /* Definitions for the filesystem interface.  /* Definitions for the filesystem interface.
2     Copyright (C) 1994,95,96,97,98,99, 2002 Free Software Foundation, Inc.     Copyright (C) 1994,95,96,97,98,99,2002 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 108  routine file_utimes ( Line 108  routine file_utimes (
108  routine file_set_size (  routine file_set_size (
109          trunc_file: file_t;          trunc_file: file_t;
110          RPT          RPT
111          new_size: off_t);          new_size: loff_t);
112    
113  /* Apply/manipulate advisory lock */  /* Apply/manipulate advisory lock */
114  routine file_lock (  routine file_lock (
# Line 235  routine dir_readdir ( Line 235  routine dir_readdir (
235          entry: int;          entry: int;
236          nentries: int;          nentries: int;
237          bufsiz: vm_size_t;          bufsiz: vm_size_t;
238          out amount: int);          out amount: vm_size_t);
239    
240  /* Create directory */  /* Create directory */
241  routine dir_mkdir (  routine dir_mkdir (

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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