summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-03-08 06:58:08 +0000
committerwosch <wosch@FreeBSD.org>1996-03-08 06:58:08 +0000
commitb149de385358aae454e84aaa2ae0182793af8c2b (patch)
tree0181aa2ba8a9c3b8c895b9eb57d4f15b2bfb8a56 /bin/cp/extern.h
parent4ce0328b770359966fa9f49ac04f6ee8f1c9d235 (diff)
downloadFreeBSD-src-b149de385358aae454e84aaa2ae0182793af8c2b.zip
FreeBSD-src-b149de385358aae454e84aaa2ae0182793af8c2b.tar.gz
Option -f implemented (remove + create)
option -f and -i are exclusive respond `Y' is equal to `y' fix usage string remove isatty(3) check Reviewed by: pst
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r--bin/cp/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index d97d76aa..9ca0446 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: extern.h,v 1.2 1994/09/24 02:53:41 davidg Exp $
+ * $Id: extern.h,v 1.3 1996/02/18 18:48:26 wosch Exp $
*/
typedef struct {
@@ -42,7 +42,7 @@ typedef struct {
extern PATH_T to;
extern uid_t myuid;
-extern int iflag, pflag, myumask;
+extern int iflag, pflag, fflag, myumask;
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud