[sane-devel] IPv6 patch for saned and net backend

Irvin Probst irvin@irvinig.org
22 Mar 2003 16:45:55 +0100


--=-08D4caGNIYNPuwMNmoa7
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sat, 2003-03-22 at 10:44, Julien BLACHE wrote:
> Hi,
> 
> The patch at [1] (50 KB) adds IPv6 support to both saned and the net
> backend, using get{addr,name}info(). It applies against the current
> CVS (get a snapshot from the download page on the website).
>
> Please test and report any problems/patches here.

FYI your patch detects IPV6 features of solaris9/Sparc but your code
does not build using gcc 2.95.3. 
I've attached the build output to this email.

-- 
Irvin Probst
There are 10 types of people in the world... those who understand binary
and those who don't.

--=-08D4caGNIYNPuwMNmoa7
Content-Disposition: attachment; filename=sane_solaris
Content-Type: text/plain; name=sane_solaris; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

saned.c: In function `auth_callback':
saned.c:231: warning: cast discards qualifiers from pointer target type
saned.c:241: warning: cast discards qualifiers from pointer target type
saned.c:252: warning: cast discards qualifiers from pointer target type
saned.c: In function `check_host':
saned.c:478: warning: cast increases required alignment of target type
saned.c:523: request for member `_S6_un' in something not a structure or un=
ion
saned.c:523: request for member `_S6_un' in something not a structure or un=
ion
saned.c:523: request for member `_S6_un' in something not a structure or un=
ion
saned.c:523: request for member `_S6_un' in something not a structure or un=
ion
saned.c: In function `process_request':
saned.c:1452: warning: cast discards qualifiers from pointer target type
saned.c:1578: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c:1579: request for member `_S6_un' in something not a structure or u=
nion
saned.c: In function `main':
saned.c:1786: warning: cast increases required alignment of target type
saned.c:1791: warning: cast increases required alignment of target type
*** Error code 1
make: Fatal error: Command failed for target `saned.o'

--=-08D4caGNIYNPuwMNmoa7--