From: sf-exg Date: Tue, 30 Mar 2010 09:42:46 +0000 (+0000) Subject: Remove unused fallback. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5416d443cb4cb787474800bf4eb963482009a675;p=dana%2Furxvt.git Remove unused fallback. --- diff --git a/src/rxvt.h b/src/rxvt.h index a8cd77c6..63a7f05f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -114,10 +114,6 @@ typedef char *XPointer; # define STDERR_FILENO 2 #endif -#if !defined (EACCESS) && defined(EAGAIN) -# define EACCESS EAGAIN -#endif - #ifndef EXIT_SUCCESS /* missing from */ # define EXIT_SUCCESS 0 /* exit function success */ # define EXIT_FAILURE 1 /* exit function failure */