diff options
Diffstat (limited to 'daemon/find.c')
-rw-r--r-- | daemon/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/find.c b/daemon/find.c index 6a7e3e8a..a873bca0 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -48,7 +48,7 @@ input_to_nul (FILE *fp, char *buf, int maxlen) } char ** -do_find (const char *dir) +do_find (char *dir) { struct stat statbuf; int r, len, sysrootdirlen; |