*** empty log message ***
This commit is contained in:
parent
bdf34e4982
commit
4ec9a77ab6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue