Subject: Re: signed char problem in route6d ?
To: Erik Bertelsen <erik@mediator.uni-c.dk>
From: None <itojun@iijlab.net>
List: current-users
Date: 07/05/1999 06:58:22
>When compiling route6d on a powermac, I get the following:
>cc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -Dss_len=__ss_len -Dss_family=__ss_family -DADVAPI -DINET6 -c /home/src/usr.sbin/route6d/route6d.c
>cc1: warnings being treated as errors
>/home/src/usr.sbin/route6d/route6d.c: In function `main':
>/home/src/usr.sbin/route6d/route6d.c:273: warning: comparison is always 1 due to limited range of data type
>*** Error code 1
>Stop.
>Maybe caused by char's signedness ?

	Thanks fixed. (will commit shortly)

itojun