diff options
author | wosch <wosch@FreeBSD.org> | 1996-02-19 00:44:19 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-02-19 00:44:19 +0000 |
commit | baaea7f3b7d27651092bf272882cd88a4d54027e (patch) | |
tree | 9b8f8df0eb9caf897a1cbf95bc707616786a4937 /bin/cp/extern.h | |
parent | 961eb1cd883594725b9482b6df04576a582d42c5 (diff) | |
download | FreeBSD-src-baaea7f3b7d27651092bf272882cd88a4d54027e.zip FreeBSD-src-baaea7f3b7d27651092bf272882cd88a4d54027e.tar.gz |
delete my last commit
Submitted by: pst, ache
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r-- | bin/cp/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 6ca9910..d97d76aa 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -42,7 +42,7 @@ typedef struct { extern PATH_T to; extern uid_t myuid; -extern int iflag, pflag, fflag, myumask; +extern int iflag, pflag, myumask; #include <sys/cdefs.h> |