bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] rootdir.c: Fix declaration of rootdir_fakeself_exists.


From: Justus Winter
Subject: [PATCH 3/4] rootdir.c: Fix declaration of rootdir_fakeself_exists.
Date: Mon, 22 Jul 2013 17:54:38 +0200

* rootdir.c (rootdir_fakeself_exists): Use the correct arguments for
  this kind of function.
---
 rootdir.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rootdir.c b/rootdir.c
index 9fc326a..f234dd0 100644
--- a/rootdir.c
+++ b/rootdir.c
@@ -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;
 }
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]