mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 04:09:15 +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 ))
|
#if ( HAVE_SYSLOG_H && defined( USE_SYSLOG ))
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(__CYGWIN__) || defined(SOLARIS2)
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
|
||||||
#include <sys/signal.h>
|
|
||||||
|
|
||||||
extern Bool inroot, inwindow, nolock, debug;
|
extern Bool inroot, inwindow, nolock, debug;
|
||||||
extern char *logoutCmd;
|
extern char *logoutCmd;
|
||||||
|
|||||||
Reference in New Issue
Block a user