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

(usagi-users 01958) bugreport



in the last cvs snapshot there are a couple of errors.



in file usagi/netstat/.prepare, line 1:

net-tools/netsat.c

should be:

net-tools/netstat.c



in file usagi/pluto/constants.c, line 644:

struct af_info af_inet4_info = {

should be:

const struct af_info af_inet4_info = {

and line 654:

struct af_info af_inet6_info = {

should be:

const struct af_info af_inet6_info = {



in file usagi/rtsol/Makefile.in, line 19:

	$(INSTALL) -o root -g root rtsol.8 $(man8dir)/

should be:

	$(INSTALL) -o root -g root rtsol.8 $(man8dir)

and line 2 should contain:

AC_PREFIX_DEFAULT(/usr/local/v6)



with these modification, the code compiles smoothly (with 30 small 
warnings in gcc-2.95.3 and 45 small warnings in gcc-3.2) and the
kit can be installed without problems.

-- 
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi			mauro@xxxxxxxxxxxxxxxx
				mauro.tortonesi@xxxxxxxxxxxx
Ferrara Linux Users Group	http://www.ferrara.linux.it
Project6 - IPv6 for Linux	http://project6.ferrara.linux.it