mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
include signal.h for kill(2)
Remove an ifdef that prevented this. signal.h is part of posix and dtucker@ notes OpenSSH portable uses it without ifdefs. ok matthieu@ robert@
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user