CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/04/29 13:06:07
Modified files: lib/libc/gen : fstab.c Log message: Remove the stderr spray balony. Library functions should indicate failure (and libc and some others can use errno to indicate more detailed results). They should not print trash to stderr, let alone assume that stderr is open to the place they think it is. ok millert