diff options
Diffstat (limited to 'src/subprocs.c')
-rw-r--r-- | src/subprocs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/subprocs.c b/src/subprocs.c index 757daf8..969375c 100644 --- a/src/subprocs.c +++ b/src/subprocs.c @@ -4,6 +4,7 @@ * * xscreensaver, Copyright (c) 1991-2003 Jamie Zawinski <[email protected]> * Modified: Copyright (c) 2004 William Jon McCann <[email protected]> + * Copyright (C) 2012-2021 MATE Developers * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -50,7 +51,6 @@ */ static int block_sigchld_handler = 0; - #ifdef HAVE_SIGACTION sigset_t #else /* !HAVE_SIGACTION */ @@ -156,7 +156,6 @@ await_dying_children (int pid, } } - #else /* VMS */ static void await_dying_children (saver_info *si) { |