Made a workaround to not use the sh_access
The sh_access was defined to two arguments Made a workaround to not use the sh_access that was outputting the error. Not ideal, but it will hopefully compile on Arch Linux Also added mksh for compatibility Ksh is unmaintained in the Arch User Repository Signed-off-by: Nilton Perim Neto <niltonperimneto@gmail.com>
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
#include "name.h"
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <X11/X.h>
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
/* X includes */
|
||||
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <X11/X.h>
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#include "name.h"
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <string.h>
|
||||
#include <dlfcn.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
/* actual or intended publication of such source code. */
|
||||
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <X11/X.h>
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#include "name.h"
|
||||
#include "shell.h"
|
||||
#undef access
|
||||
#include <X11/Xauth.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <X11/Shell.h>
|
||||
#include <X11/StringDefs.h>
|
||||
|
||||
Reference in New Issue
Block a user