On Mon, 21 Aug 2000, Steve Sheldon wrote: > Ok, I bought a DECstation 5000/133 for nostalgia sake, and am trying to get > a Netrek server up and running on it. > > Couple of notes: > > In tools/update.c on line 201 is this line: > > action.sa_sigaction = NULL; > > There is no sa_sigaction as a member of the sigaction struct under NetBSD. > Nor is there under Linux, although there is this sa_restorer which says it > shouldn't be used. Solaris has sa_sigaction. I was under the impression that it was not being used by setting it to NULL, otherwise it's going to have some random value.