Roland Schneider writes: 

> configured with authuserdb only, then gmake on FreeBSD 4.3R:
> ...
> echo '#define SBINDIR "/relay/sbin"' >sbindir.h
> /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -I.. -I./.. -c
> authuserdbpwd.c
> authuserdbpwd.c: In function `dochangepwd2':
> authuserdbpwd.c:245: warning: implicit declaration of function `signal'
> authuserdbpwd.c:245: `SIGCHLD' undeclared (first use in this function)

Stick a #include <signal.h> into this file. 


-- 
Sam 

Reply via email to