summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 40aa4444..326664dd 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -760,7 +760,8 @@ static void cl_to_log(int argc, char* argv[])
*/
int main(int argc, char *argv[])
{
- int i, ret = 0;
+ int ret = 0;
+ size_t i;
struct sigaction new_action, old_action;
const int signals[] = { SIGHUP, SIGINT, SIGTERM, SIGSEGV };
#if defined(HAVE_GETEUID) && !defined(CYGWIN)