aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck/fsutil.h
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2012-10-21 12:01:19 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2012-10-21 12:01:19 +0000
commit3bbc4438c9bd4b0294a8c5ce5253e3ffe3189cf9 (patch)
tree51a66e358e4c5579ab65ee6198ef02fdd1437244 /sbin/fsck/fsutil.h
parent6cf357bc6c6733e9f478f5b2a0b5ff413459a876 (diff)
downloadsrc-3bbc4438c9bd4b0294a8c5ce5253e3ffe3189cf9.tar.gz
src-3bbc4438c9bd4b0294a8c5ce5253e3ffe3189cf9.zip
Make fsck and fsck_msdosfs WARNS=6 clean
- sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Reviewed by: ed
Notes
Notes: svn path=/head/; revision=241807
Diffstat (limited to 'sbin/fsck/fsutil.h')
-rw-r--r--sbin/fsck/fsutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h
index b1ce6f101314..013b821b29d0 100644
--- a/sbin/fsck/fsutil.h
+++ b/sbin/fsck/fsutil.h
@@ -47,4 +47,4 @@ char *estrdup(const char *);
struct fstab;
int checkfstab(int, int (*)(struct fstab *),
- int (*) (const char *, const char *, const char *, char *, pid_t *));
+ int (*) (const char *, const char *, const char *, const char *, pid_t *));