CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/09/26 17:03:53
Modified files:
x11/st : Makefile
x11/st/patches : patch-st_c
Log message:
If st's window is deleted then it will try to send a SIGHUP through kill(2),
therefore pledge(2) needs proc otherwise it will abort due to missing promise.
OK tb@ and sthen@
