]> granicus.if.org Git - sudo/commitdiff
moved #endif to where it belongs
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Jun 1994 23:59:12 +0000 (23:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Jun 1994 23:59:12 +0000 (23:59 +0000)
logging.c

index 750bbac4ea0abaa67455d5d19d4d38d3872f2cbc..3e2a3994349c4417b822e48f6f888f2f79780cb9 100644 (file)
--- 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();