bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors regarding client_sai in src/client.c (1.11.1p1)


From: Emil Isberg
Subject: Errors regarding client_sai in src/client.c (1.11.1p1)
Date: Tue, 15 May 2001 13:04:11 +0200

./configure --with-krb4=/opt/athena --prefix=/opt/cvs
...
make
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../zlib
-I/opt/athena/include    -g -O2 -c -o client.o `test -f client.c || echo
'./'`client.c
client.c: In function `start_tcp_server':
client.c:4120: `client_sai' undeclared (first use in this function)
client.c:4120: (Each undeclared identifier is reported only once
client.c:4120: for each function it appears in.)
client.c:4147: warning: passing arg 6 of `krb_sendauth' discards `const'
from pointer target type
make[3]: *** [client.o] Error 1
...

To fix change "client_sai" on line 4120 and on line 4126 to "sin".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]