summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r--bin/cp/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index 74536c3..9f7ca4a 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -35,13 +35,13 @@
*/
typedef struct {
- char *p_end; /* pointer to NULL at end of path */
- char *target_end; /* pointer to end of target base */
- char p_path[PATH_MAX]; /* pointer to the start of a path */
+ char *p_end; /* pointer to NULL at end of path */
+ char *target_end; /* pointer to end of target base */
+ char p_path[PATH_MAX]; /* pointer to the start of a path */
} PATH_T;
extern PATH_T to;
-extern int iflag, pflag, fflag;
+extern int fflag, iflag, pflag;
__BEGIN_DECLS
int copy_fifo(struct stat *, int);
OpenPOWER on IntegriCloud