From e2c1250076060faca37b5b3d76902d6c24c2f3fd Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 15 Aug 2003 17:14:20 +0000 Subject: fix IRIX build (This used to be commit 85c504a837960bf74dc05391a4d0bb924f2f9a3a) --- source4/ntvfs/simple/vfs_simple.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/ntvfs') 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 -- cgit