diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:34:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:34:54 +0000 |
commit | c7e8567919aa9c4505e42af4a3b5f1806a9021da (patch) | |
tree | e7714644d7646580c77c01a2632ff9d05910623e /libdiskfs | |
parent | 0c1f77e9c46c903718ed4726ca3c0c8f48a2ddb5 (diff) |
Formerly dir-unlink.c.~3~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-unlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/dir-unlink.c b/libdiskfs/dir-unlink.c index f1a2f604..e8b81f38 100644 --- a/libdiskfs/dir-unlink.c +++ b/libdiskfs/dir-unlink.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of fs.defs: dir_unlink - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1992, 1993, 1994 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -16,6 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" /* Implement dir_unlink as described in <hurd/fs.defs>. */ error_t |