diff options
-rw-r--r-- | rootdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ out: } static int -rootdir_fakeself_exists () +rootdir_fakeself_exists (void *dir_hook, const void *entry_hook) { return opt_fake_self >= 0; } |
![]() |
index : hurd.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | rootdir.c | 2 |
@@ -392,7 +392,7 @@ out: } static int -rootdir_fakeself_exists () +rootdir_fakeself_exists (void *dir_hook, const void *entry_hook) { return opt_fake_self >= 0; } |