summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-22 22:25:35 +0000
committermurray <murray@FreeBSD.org>2001-09-22 22:25:35 +0000
commit25145b8fcd5fdd66168789afd55e4c800f8362bc (patch)
tree85f5310db5aa6603d50306051a78bfc50bc1aca1 /usr.sbin/sade/system.c
parent93c176a9ba87c7b1d3320c1ff435b492a61e6c28 (diff)
downloadFreeBSD-src-25145b8fcd5fdd66168789afd55e4c800f8362bc.zip
FreeBSD-src-25145b8fcd5fdd66168789afd55e4c800f8362bc.tar.gz
Silence warnings.
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