summaryrefslogtreecommitdiffstats
path: root/bin/cp/extern.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-04-07 12:09:17 +0000
committermdodd <mdodd@FreeBSD.org>2003-04-07 12:09:17 +0000
commit86b0c078f70abab5140a11d0a13440d83cdce13d (patch)
tree7cd7c968e6ffd27f6c903b0ed17950fe2084db38 /bin/cp/extern.h
parentca2109254b4fe44dbb7c0c746ba136969ce608f4 (diff)
downloadFreeBSD-src-86b0c078f70abab5140a11d0a13440d83cdce13d.zip
FreeBSD-src-86b0c078f70abab5140a11d0a13440d83cdce13d.tar.gz
Use the correct data type and qualifier for signal flag.
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 f06c65e..d578a1b 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -42,7 +42,7 @@ typedef struct {
extern PATH_T to;
extern int fflag, iflag, nflag, pflag, vflag;
-extern int info;
+extern volatile sig_atomic_t info;
__BEGIN_DECLS
int copy_fifo(struct stat *, int);
OpenPOWER on IntegriCloud