moved #endif to where it belongs

This commit is contained in:
Todd C. Miller
1994-06-06 23:59:12 +00:00
parent 0e7f77f8ec
commit e066e7b2fc

View File

@@ -363,9 +363,9 @@ static void send_mail()
char buf[MAXLOGLEN + 1024]; char buf[MAXLOGLEN + 1024];
#ifdef POSIX_SIGNALS #ifdef POSIX_SIGNALS
struct sigaction action; struct sigaction action;
#endif /* POSIX_SIGNALS */
(void) bzero((char *)(&action), sizeof(action)); (void) bzero((char *)(&action), sizeof(action));
#endif /* POSIX_SIGNALS */
/* become root for find_path() */ /* become root for find_path() */
be_root(); be_root();