CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2015/10/14 01:19:24
Modified files: games/rain : rain.c Log message: enable pledge(2) in rain(6) it is libcurses program: at init it needs "stdio rpath getpw tty", and after drop to just "stdio tty". "tty" is needed at end for restoring the tty. initial patch from doug@ ok doug@ deraadt@