summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 17:36:35 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 17:36:35 +0000
commit1c5b4d7b40c59626e2cc40bf9ef5f7c88a5aae8d (patch)
treeea892807f71f69dc2646a0aa462d766fa8ad85f2 /bin/cp/extern.h
parentb490558ee69797c8ad222f42606ea4ebb09a9b90 (diff)
downloadFreeBSD-src-1c5b4d7b40c59626e2cc40bf9ef5f7c88a5aae8d.zip
FreeBSD-src-1c5b4d7b40c59626e2cc40bf9ef5f7c88a5aae8d.tar.gz
MFC r284105,r284106,r284163:
r284105: Cleanup some indentation issues. r284106: Implement '-s' to copy as symlink, similar to the current -l link(2) handling. r284163: Cleanup some style(9) issues. Relnotes: yes
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 94c416b..f8c20da 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -37,7 +37,7 @@ typedef struct {
} PATH_T;
extern PATH_T to;
-extern int fflag, iflag, lflag, nflag, pflag, vflag;
+extern int fflag, iflag, lflag, nflag, pflag, sflag, vflag;
extern volatile sig_atomic_t info;
__BEGIN_DECLS
OpenPOWER on IntegriCloud