Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the

CURRENT <paths.h>.
This commit is contained in:
Juli Mallett 2002-05-17 11:38:48 +00:00
parent db1d04d6d9
commit 71e092d1bb
2 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
#include <paths.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -35,4 +35,3 @@
*/
#define _PATH_RM "/bin/rm"
#define _PATH_CP "/bin/cp"