diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-02 20:55:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-02 20:55:21 +0000 |
commit | 3ee3f8ccac59014de06a7ee568842b23a44206d0 (patch) | |
tree | 749d68e76522be8d0e01c6fec4531ec7c02a10f0 /libdiskfs/dir-clear.c | |
parent | b5a27b1c53875dbb25c33a735b9bc22ac044ebba (diff) | |
download | hurd-3ee3f8ccac59014de06a7ee568842b23a44206d0.tar.gz hurd-3ee3f8ccac59014de06a7ee568842b23a44206d0.tar.bz2 hurd-3ee3f8ccac59014de06a7ee568842b23a44206d0.zip |
Initial revision
Diffstat (limited to 'libdiskfs/dir-clear.c')
-rw-r--r-- | libdiskfs/dir-clear.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libdiskfs/dir-clear.c b/libdiskfs/dir-clear.c index 4b48b38c..e42cd04e 100644 --- a/libdiskfs/dir-clear.c +++ b/libdiskfs/dir-clear.c @@ -17,9 +17,6 @@ #include "priv.h" -/* Clear the `.' and `..' entries from directory DP. Its parent is PDP, - and the user responsible for this is identified by CRED. Both - directories must be locked. */ error_t diskfs_clear_directory (struct node *dp, struct node *pdp, |