CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2019/07/11 11:28:32
Modified files: usr.bin/tsort : tsort.c Log message: Remove duplicate pledge(2) and comment from another era. While here also place the final pledge "stdio" within main() for better readability. OK espie@