diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:23:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:23:27 +0000 |
commit | f7c02c5f65994bc4a9712160fbbfcd3b1e5fef96 (patch) | |
tree | 4a8c653a580625411d462841a5b998a560b06619 /hurd | |
parent | 3d39d3801ba5dc27c03bc42541dbd388ba4dd7a8 (diff) |
Formerly fs.defs.~70~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fs.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index c668f7c8..ba60607b 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -113,7 +113,7 @@ routine file_lock ( /* Return current lock status. Mystatus tells what kind of lock the caller has; otherstatus tells what kind of lock anyone has (including the caller). */ - routine file_lock_stat ( +routine file_lock_stat ( lock_file: file_t; out mystatus: int; out otherstatus: int); |