diff options
-rw-r--r-- | src/install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index 140a9d966..0577e5d18 100644 --- a/src/install.c +++ b/src/install.c @@ -558,7 +558,8 @@ change_timestamps (const char *from, const char *to) static void strip (const char *path) { - int pid, status; + int status; + pid_t pid; pid = fork (); switch (pid) |