moved #endif to where it belongs
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user