diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-10-20 18:11:01 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-10-20 18:11:01 +0000 |
commit | 7f4bb6c6e832b38b8e52b4bcc143f99a4059dcec (patch) | |
tree | 05a7f766273a4995c3044cce6b859d24c7985e03 /misc/fsck.h | |
parent | 7671433a9daad089af037f84b365d640e1adf252 (diff) | |
download | e2fsprogs-7f4bb6c6e832b38b8e52b4bcc143f99a4059dcec.tar.gz |
ChangeLog, fsck.c, fsck.h:
fsck.c (wait_one): If the fsck process just started, wait a second
before sending a SIGUSR1, to give it a chance to set the signal
handler; otherwise, fsck will die on an unhandled SIGUSR1.
Diffstat (limited to 'misc/fsck.h')
-rw-r--r-- | misc/fsck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/fsck.h b/misc/fsck.h index 3efd9541..693f9efd 100644 --- a/misc/fsck.h +++ b/misc/fsck.h @@ -49,6 +49,7 @@ struct fsck_instance { int pid; int flags; int exit_status; + time_t start_time; char * prog; char * type; char * device; |