summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/mkpath.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
| | | | | | Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@
* pull in local .h files to satisfy protoderaadt2013-11-121-1/+4
|
* umask juggling not needed; with Lionel Fourquaux.otto2005-06-201-6/+3
| | | | ok millert@ espie@
* Do not call out mkdir -p, but reuse the code from mkdir(1).espie2005-05-161-0/+77
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@