* tftpd failing for IPv4-mapped-to-IPv6 [2].
           (Ignore for the time being problems in OpenSolaris.)

Can we check for this situation in configure.ac somehow?

#if !defined __sun__
   filename = cp = tp->th_stuff;
#else /* __sun__ */
  filename = cp = (char *) &(tp->th_stuff);
#endif /* __sun__ */



Reply via email to