mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
Correct the type for the global var accessed in sig handlers.
This commit is contained in:
parent
fd23b46153
commit
613ff97130
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ struct track_info {
|
|||
};
|
||||
static struct track_info tracks[100];
|
||||
static int quiet, verbose, saved_block_size, notracks;
|
||||
static volatile int global_fd_for_cleanup;
|
||||
static volatile sig_atomic_t global_fd_for_cleanup;
|
||||
|
||||
void add_track(char *, int, int, int);
|
||||
void do_DAO(int fd, int, int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue