NetBSD/usr.bin/split
bjh21 548e2c20bb Clean up the mechanism used for opening output files. Rather than freopening
stdout onto each file in turn, then writing through fileno(stdout), use
open() and close() like any sensible program.  This saves a lot of system
calls, removes a dependency on the particular behaviour of BSD freopen(),
and allows us to detect and report errors from close().
2003-06-29 22:57:23 +00:00
..
Makefile WARNS=3 seems to work here, so use it. 2003-06-26 23:00:07 +00:00
split.1 Cleanup: 2003-06-27 17:19:54 +00:00
split.c Clean up the mechanism used for opening output files. Rather than freopening 2003-06-29 22:57:23 +00:00