Your message dated Tue, 17 Oct 2006 04:23:11 +0200
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #393547,
regarding ircii: crypt return value implicitly converted to int
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
i think the actual probem is that the makefile is overwriting the include
directories with -Iincudes/ which will cause alias.c to load ./include/crypt.h
instead of /usr/include/crypt.h - so the prototype is missing.
-iquote or -I- (deprecated) in the makefile would fix that.
I filed a Gnat report, here is another mail with the Debian Bug number, Mat
Gruss
Bernd
--- End Message ---