[root@princectrl net-tools]# make
make[1]: Entering directory `/usr/src/net-tools/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/net-tools/man'
make[1]: Entering directory `/usr/src/net-tools/lib'
gcc -I. -I/usr/src/net-tools -I/usr/src/net-tools/include -c inet6.c
-o inet6.o
inet6.c:46: warning: `struct sockaddr_in6' declared inside parameter
list
inet6.c:46: warning: its scope is only this definition or declaration,
inet6.c:46: warning: which is probably not what you want.
inet6.c: In function `INET6_resolve':
inet6.c:48: storage size of `req' isn't known
inet6.c:57: dereferencing pointer to incomplete type
inet6.c:57: sizeof applied to an incomplete type
inet6.c: At top level:
inet6.c:66: warning: `struct sockaddr_in6' declared inside parameter
list
inet6.c: In function `INET6_rresolve':
inet6.c:71: dereferencing pointer to incomplete type
inet6.c:81: dereferencing pointer to incomplete type
inet6.c:85: sizeof applied to an incomplete type
inet6.c: In function `INET6_sprint':
inet6.c:122: warning: passing arg 2 of `INET6_rresolve' from
incompatible pointe
r type
inet6.c: In function `INET6_getsock':
inet6.c:134: dereferencing pointer to incomplete type
inet6.c:135: dereferencing pointer to incomplete type
inet6.c:137: dereferencing pointer to incomplete type
inet6.c: In function `INET6_input':
inet6.c:150: warning: passing arg 2 of `INET6_resolve' from incompatible
pointer type
inet6.c: At top level:
inet6.c:156: sizeof applied to an incomplete type
make[1]: *** [inet6.o] Error 1
make[1]: Leaving directory `/usr/src/net-tools/lib'
make: *** [subdirs] Error 2
[root@princectrl net-tools]#
ACK! This scares me! :)
-- Woody woody@abcs.com "Give me an underground laboratory, half a dozen atom smashers, and a beautiful girl in a diaphanous veil waiting to be turned into a chimpanzee, and I care not who writes the nations laws!"
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu