From f7327e92d6dbf48315b7123a0ae37c3ebc6c7309 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Wed, 6 Oct 2021 16:25:14 +0900 Subject: [PATCH] Change to use the standard signal handler signature unconditionally Current condition is incomplete and it is already used on other codes. --- cde/programs/dtpdmd/dtpdmd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cde/programs/dtpdmd/dtpdmd.c b/cde/programs/dtpdmd/dtpdmd.c index 3d7ddd919..a3ff984cc 100644 --- a/cde/programs/dtpdmd/dtpdmd.c +++ b/cde/programs/dtpdmd/dtpdmd.c @@ -170,11 +170,7 @@ static int generic_error_handler(Display *edpy, XErrorEvent *eevent) * *****************************************************************************/ static void -#if defined(__aix) || defined(__linux__) handle_SIGCLD(int sigNum) -#else -handle_SIGCLD(void) -#endif /* __aix */ { int exitStatus, i; pid_t pid;