Anonymous - 2005-01-17

./configure runs fine, but when i call make, i have this:

sshpty.c: In function `pty_allocate':
sshpty.c:279: error: incompatible type for argument 1 of `log'
sshpty.c:279: error: too many arguments to function `log'
sshpty.c:287: error: incompatible type for argument 1 of `log'
sshpty.c:287: error: too many arguments to function `log'
make: *** [obj/sshpty.o] Error 1

Any help?