Danek Duvall wrote: > Builds fine on Solaris 11 and seems to be working okay so far, but there's > a warning in Src/Modules/datetime.c that could be cleaned up: > getcurrentsecs() is missing "UNUSED(Param pm)" in its parameters. > > The zftp module also has warnings because tcp_socket() and friends aren't > declared. Should it be including tcp.mdh? A patch for those and a couple of "statement not reached" warnings is attached. Danek