summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2002-07-23 00:42:56 +0000
committerjohan <johan@FreeBSD.org>2002-07-23 00:42:56 +0000
commitc464bca234e43e5c9d7076042f3261ce368fbc4e (patch)
tree49671495a38f4cacd1e75c9f73f7e469e9ee79ec /bin/cp/extern.h
parent7bd1d4e8de5727f9c13675ff5ab143c5dd5bb66e (diff)
downloadFreeBSD-src-c464bca234e43e5c9d7076042f3261ce368fbc4e.zip
FreeBSD-src-c464bca234e43e5c9d7076042f3261ce368fbc4e.tar.gz
Add the -n option, which automatically answers "no" to the overwrite question.
PR: 7828 Suggested by: Daniel O'Connor <doconnor@gsoft.com.au> Approved by: sheldonh (mentor) MFC after: 2 weeks
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r--bin/cp/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index 9f7ca4a..72484f2 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -41,7 +41,7 @@ typedef struct {
} PATH_T;
extern PATH_T to;
-extern int fflag, iflag, pflag;
+extern int fflag, iflag, nflag, pflag, vflag;
__BEGIN_DECLS
int copy_fifo(struct stat *, int);
OpenPOWER on IntegriCloud