Andrew Douglas Inman writes: > > It looks like gcc under SunOS doesn't support memmove. I don't suppose > anyone out there has a way around this w/o upgrading to Solaris? There's just one place where memmove is used, and you can substitute bcopy there. A slightly bigger problem is the fact that DNS/YP on SunOS fails to give fully qualified domain names with the code used in nntpcache. This means that domain restrictions (e.g, *.eto.ericsson.se) in the configuration files do not work. I wrote a patch for nntpcache 1.0, but I haven't got it working for 1.0.1 yet. //Raymond.