diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:34:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:34:30 +0000 |
commit | 35a2d5239069aabf881b9fa88ed9e89ee68d3e62 (patch) | |
tree | 70ceace5ae6dd77cd0bda45cf78a644d8044b104 | |
parent | 2438460fab69d6cbd8d6564a50901c55518715b0 (diff) |
Formerly io-modes-get.c.~2~
-rw-r--r-- | libdiskfs/io-modes-get.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/io-modes-get.c b/libdiskfs/io-modes-get.c index a9f20630..e12d4ec6 100644 --- a/libdiskfs/io-modes-get.c +++ b/libdiskfs/io-modes-get.c @@ -16,6 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "io_S.h" /* Implement io_get_all_openmodes as described in <hurd/io.defs>. */ error_t @@ -30,4 +31,4 @@ S_io_get_all_openmodes (struct protid *cred, mutex_unlock (&cred->po->ip->lock); return err; } -v + |