rxi_getAllAddrMaskMtu() exists in utils/netutils.c as a uint and it exists in rx/rx_getaddr.c as an int.. are there negative values for rx addresses or is it safe to convert the rx function to uint and define the function globally to use in netutils.c too? Also they use a similar MAXSIZE and maxSize constant can these be safely combined and put the function or proto declaration in rx_globals.h as an extern?
I'm trying to kill the 4k compiler warning messages and crap in the sunx86 port.. This just kills an implicit declarations.. also the Makefile has to change to include the src/rx/directory to grab those headers since utils builds before rx/. .. -------------------------------------- Sean O'Malley, Information Technologist Michigan State University ------------------------------------- _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
