summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-07 03:23:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-07 03:23:27 +0000
commitf7c02c5f65994bc4a9712160fbbfcd3b1e5fef96 (patch)
tree4a8c653a580625411d462841a5b998a560b06619 /hurd/fs.defs
parent3d39d3801ba5dc27c03bc42541dbd388ba4dd7a8 (diff)
Formerly fs.defs.~70~
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r--hurd/fs.defs2
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);