summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2009-06-02 17:57:24 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2009-06-02 17:57:24 +0000
commitfd02a3b5c966582744a3fbdcfab9d8c3fd5f7436 (patch)
tree26b39bcfc3a03133709f64c8a54636da83617d40
parent115df0b6d2233f3e5a0b532de07101412da365d7 (diff)
Notes
-rw-r--r--sbin/fsck_ffs/fsck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h
index cd164624a0a3..ad7fe138ed63 100644
--- a/sbin/fsck_ffs/fsck.h
+++ b/sbin/fsck_ffs/fsck.h
@@ -297,8 +297,8 @@ int lfmode; /* lost & found directory creation mode */
ufs2_daddr_t n_blks; /* number of blocks in use */
ino_t n_files; /* number of files in use */
-sig_atomic_t got_siginfo; /* received a SIGINFO */
-sig_atomic_t got_sigalarm; /* received a SIGALRM */
+volatile sig_atomic_t got_siginfo; /* received a SIGINFO */
+volatile sig_atomic_t got_sigalarm; /* received a SIGALRM */
#define clearinode(dp) \
if (sblock.fs_magic == FS_UFS1_MAGIC) { \