From 2a670a3b51bed4392bb73d0eafa189319f8512e2 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 26 Aug 1997 13:39:37 +0000 Subject: main should return int --- sbin/ipsec/photurisd/photurisd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin/ipsec') diff --git a/sbin/ipsec/photurisd/photurisd.c b/sbin/ipsec/photurisd/photurisd.c index 485e26a384c..bb6fcaf60b2 100644 --- a/sbin/ipsec/photurisd/photurisd.c +++ b/sbin/ipsec/photurisd/photurisd.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photurisd.c,v 1.3 1997/07/24 23:47:18 provos Exp $"; +static char rcsid[] = "$Id: photurisd.c,v 1.4 1997/08/26 13:39:36 niklas Exp $"; #endif #define _PHOTURIS_C_ @@ -107,7 +107,8 @@ init_vars(void) return 1; } -void main(int argc, char **argv) +int +main(int argc, char **argv) { int ch; int primes = 0, ignore = 0; -- cgit v1.2.3