diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-26 02:44:56 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-26 02:44:56 +0000 |
commit | 5f9fd788f5751f044f8cf0fb01e67fb1e88a1acc (patch) | |
tree | ffb954a44343badb205e655c73d0df289677ed8b /bin/cp/extern.h | |
parent | b658a57c222af53cd4c00082ea592a9d9a5921f7 (diff) | |
download | FreeBSD-src-5f9fd788f5751f044f8cf0fb01e67fb1e88a1acc.zip FreeBSD-src-5f9fd788f5751f044f8cf0fb01e67fb1e88a1acc.tar.gz |
Add a verbose mode to show what files are being copied.
Idea taken from obrien.
Reviewed by: obrien
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r-- | bin/cp/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h index d6f6c29..c53970c 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/1/94 - * $Id$ + * $Id: extern.h,v 1.7 1997/02/22 14:01:33 peter Exp $ */ typedef struct { @@ -42,7 +42,7 @@ typedef struct { extern PATH_T to; extern uid_t myuid; -extern int iflag, pflag, fflag, myumask; +extern int iflag, pflag, fflag, vflag, myumask; #include <sys/cdefs.h> |