From e066e7b2fcc1767aa2640dec1510e52c99f75791 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 6 Jun 1994 23:59:12 +0000 Subject: [PATCH] moved #endif to where it belongs --- logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.40.0