diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-17 11:38:48 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-17 11:38:48 +0000 |
| commit | 71e092d1bb0edcc0f911b39350809d70169ac418 (patch) | |
| tree | 1fc48cc1c09206cd9a8737d4673735531bc3b883 /bin | |
| parent | db1d04d6d9fa175d4b33a1b8eda4665d55d15069 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/mv/mv.c | 1 | ||||
| -rw-r--r-- | bin/mv/pathnames.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c index a32eb57d4e9b3..43ca99cec1178 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -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> diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index b9cd27ff297cc..2692deddddfac 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -35,4 +35,3 @@ */ #define _PATH_RM "/bin/rm" -#define _PATH_CP "/bin/cp" |
