summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-02-18 18:48:26 +0000
committerwosch <wosch@FreeBSD.org>1996-02-18 18:48:26 +0000
commitef875dfa9a1d918f8cf335f5de089dc8f80c2c3d (patch)
tree569e3fbc5a0cf8ea503fd2a89bf725746085b2b9 /bin/cp/extern.h
parentca465af3df8c4e6f751237d66fc017487093bb12 (diff)
downloadFreeBSD-src-ef875dfa9a1d918f8cf335f5de089dc8f80c2c3d.zip
FreeBSD-src-ef875dfa9a1d918f8cf335f5de089dc8f80c2c3d.tar.gz
Option -f implemented (remove + create)
option -f and -i are exclusive all flag variables initialized with zero respond `Y' is equal to `y' update usage string
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 6f84535..6ca9910 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.2 1994/09/24 02:53:41 davidg 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