CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/01 12:05:53
Modified files:
usr.bin/sed : compile.c extern.h main.c
Log message:
Apply stricter pledge rules if possible. These are based on the usage of
the 'w' and 'r' functions and the 'w' flag to the 's' function.
If non of the above is used and input is being read from stdin, we drop
all the way down to stdio!
Original inspiration by benno@.
OK millert@
