Hi Eric, > > Also, it can get a compilation error because it uses<unistd.h> without > > depending on the 'unistd' module. > > Shouldn't the fix for this to be adding a module dependency in > modules/strsignal
The #include <unistd.h> in lib/strsignal.c is only needed for NetBSD. Here I've been thinking at Sam and Paul, who are crying loudly when we add dependencies which are not really needed. Bruno
