1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1989-06-15 16:52:48 +00:00
parent bdf34e4982
commit 4ec9a77ab6

View File

@ -46,6 +46,12 @@ copyright notice and this notice must be preserved on all copies. */
#ifdef USG
#include <fcntl.h>
#include <unistd.h>
#ifndef F_OK
#define F_OK 0
#define X_OK 1
#define W_OK 2
#define R_OK 4
#endif
#endif /* USG */
#ifdef XENIX