summaryrefslogtreecommitdiffstats
path: root/bin/mv/mv.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-05 22:49:23 +0000
committerobrien <obrien@FreeBSD.org>2003-05-05 22:49:23 +0000
commitdf429f4699c1360689b59e8c2440ab71c5c80656 (patch)
tree98ff85a15a26642640d555e4b28d599d775702fe /bin/mv/mv.c
parent2e101cf42bcedd60b9f18df6082dffdf52b8ca77 (diff)
downloadFreeBSD-src-df429f4699c1360689b59e8c2440ab71c5c80656.zip
FreeBSD-src-df429f4699c1360689b59e8c2440ab71c5c80656.tar.gz
Centralize _PATH_* definitions.
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
Diffstat (limited to 'bin/mv/mv.c')
-rw-r--r--bin/mv/mv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 70b92d4..009ce51 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -67,8 +67,6 @@ __FBSDID("$FreeBSD$");
#include <sysexits.h>
#include <unistd.h>
-#include "pathnames.h"
-
int fflg, iflg, nflg, vflg;
int copy(char *, char *);
OpenPOWER on IntegriCloud