sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-09-06 19:06:36 +00:00
parent c6dfd6da0e
commit 5d9ce0a053
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
6 changed files with 6 additions and 9 deletions

View file

@ -40,10 +40,7 @@ static const char sccsid[] = "@(#)logout.c 4.02 97/04/01 xlockmore";
#if ( HAVE_SYSLOG_H && defined( USE_SYSLOG ))
#include <syslog.h>
#endif
#if defined(__CYGWIN__) || defined(SOLARIS2)
#include <signal.h>
#endif
#include <sys/signal.h>
extern Bool inroot, inwindow, nolock, debug;
extern char *logoutCmd;