Patching error with qmail-smtpd

2001-02-22 Thread John P

I have already patched Qmail to run Qmail-Scanner; I tried to apply
Krzysztof Dabrowski's SMTP-AUTH patch, but when I ran make setup I got the
following warning:

qmail-smtpd.c:787: warning: return type of `main' is not `int'
./load qmail-smtpd rcpthosts.o commands.o timeoutread.o \
timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \
received.o date822fmt.o now.o qmail.o cdb.a fd.a wait.a \
datetime.a getln.a open.a sig.a case.a env.a stralloc.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o  `cat \
socket.lib`

It seems to be running OK otherwise.

Will this cause me any problems?

Cheers
John




Re: Patching error with qmail-smtpd

2001-02-22 Thread Charles Cazabon

John P [EMAIL PROTECTED] wrote:
 I have already patched Qmail to run Qmail-Scanner; I tried to apply
 Krzysztof Dabrowski's SMTP-AUTH patch, but when I ran make setup I got the
 following warning:
 
 qmail-smtpd.c:787: warning: return type of `main' is not `int'

 It seems to be running OK otherwise.  Will this cause me any problems?

No.  It's a bogus warning from the compiler, because it isn't smart enough
to determine that the offending code (an implicit void return) will never
be executed.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---