summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 0a1a040..b1c2e8e 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -125,7 +125,8 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
- int i, boothowto;
+ size_t i;
+ int boothowto;
sigset_t signalset;
signal(SIGINT, SIG_IGN);
OpenPOWER on IntegriCloud