diff options
author | Herb Lewis <herb@samba.org> | 2003-08-15 17:14:20 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-08-15 17:14:20 +0000 |
commit | e2c1250076060faca37b5b3d76902d6c24c2f3fd (patch) | |
tree | ccca6559a1af7357367d79363aca397d266529f1 /source4 | |
parent | f24c298f43a86d117314007246e1175af74a7d96 (diff) | |
download | samba-e2c1250076060faca37b5b3d76902d6c24c2f3fd.tar.gz samba-e2c1250076060faca37b5b3d76902d6c24c2f3fd.tar.bz2 samba-e2c1250076060faca37b5b3d76902d6c24c2f3fd.zip |
fix IRIX build
(This used to be commit 85c504a837960bf74dc05391a4d0bb924f2f9a3a)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/simple/vfs_simple.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c index 52e772af74..11763c93b5 100644 --- a/source4/ntvfs/simple/vfs_simple.c +++ b/source4/ntvfs/simple/vfs_simple.c @@ -29,6 +29,10 @@ #include "includes.h" #include "svfs.h" +#ifndef O_DIRECTORY +#define O_DIRECTORY 0 +#endif + /* connect to a share - used when a tree_connect operation comes in. For a disk based backend we needs to ensure that the base |