From: Todd C. Miller Date: Mon, 6 Jun 1994 23:59:12 +0000 (+0000) Subject: moved #endif to where it belongs X-Git-Tag: SUDO_1_3_1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e066e7b2fcc1767aa2640dec1510e52c99f75791;p=sudo moved #endif to where it belongs --- diff --git a/logging.c b/logging.c index 750bbac4e..3e2a39943 100644 --- a/logging.c +++ b/logging.c @@ -363,9 +363,9 @@ static void send_mail() char buf[MAXLOGLEN + 1024]; #ifdef POSIX_SIGNALS struct sigaction action; -#endif /* POSIX_SIGNALS */ (void) bzero((char *)(&action), sizeof(action)); +#endif /* POSIX_SIGNALS */ /* become root for find_path() */ be_root();