Use unlinkat() when removing the contents of a directory so we don't
authormillert <millert@openbsd.org>
Mon, 12 Jun 2017 18:56:13 +0000 (18:56 +0000)
committermillert <millert@openbsd.org>
Mon, 12 Jun 2017 18:56:13 +0000 (18:56 +0000)
commite6990a6041e84fd64949030683fdf9c03a572664
tree0cb635b4a577875fa2ae3f4a730d2466c47dfb5e
parent8afa4451fa15634d3948616c45baf55641fd7d10
Use unlinkat() when removing the contents of a directory so we don't
need to construct paths.  OK deraadt@
usr.sbin/ypbind/ypbind.c