cmp, comm, cut, uname: use <unistd.h> wrapper for pledge()
commit9bb3c72a4af12f611d28e1b97f3956b325ecddcf
authorLauri Tirkkonen <lotheac@iki.fi>
Tue, 17 Jul 2018 14:22:47 +0000 (17 17:22 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Tue, 17 Jul 2018 16:25:33 +0000 (17 19:25 +0300)
tree568b03f1f891bb0ec61dc15de08a7c114e829d66
parentb4517cfb63090d0dec609705d6bfc0d3f480f8d9
cmp, comm, cut, uname: use <unistd.h> wrapper for pledge()
15 files changed:
bin/cmp/Makefile
bin/cmp/cmp.c
bin/cmp/compat.mk [new file with mode: 0644]
bin/cmp/include/unistd.h [moved from bin/cmp/compat.h with 56% similarity]
bin/comm/Makefile
bin/comm/comm.c
bin/comm/compat.h [deleted file]
bin/comm/compat.mk [new file with mode: 0644]
bin/cut/Makefile
bin/cut/compat.h [deleted file]
bin/cut/compat.mk [new file with mode: 0644]
bin/cut/cut.c
bin/uname/Makefile
bin/uname/compat.mk [new file with mode: 0644]
bin/uname/uname.c