aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/rfsv.h
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/rfsv.h')
-rw-r--r--lib/rfsv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/rfsv.h b/lib/rfsv.h
index 9b75b5e..fb48085 100644
--- a/lib/rfsv.h
+++ b/lib/rfsv.h
@@ -26,6 +26,7 @@
#include <deque>
#include <string>
+
#include <Enum.h>
#include <plpdirent.h>
#include <bufferstore.h>
@@ -91,7 +92,7 @@ public:
enum open_flags {
PSI_O_RDONLY = 0000,
PSI_O_WRONLY = 0001,
- PSI_O_RDWR = 0002,
+ PSI_O_RDWR = 0002
};
/**
@@ -102,7 +103,7 @@ public:
PSI_O_EXCL = 00200,
PSI_O_TRUNC = 01000,
PSI_O_APPEND = 02000,
- PSI_O_SHARE = 04000,
+ PSI_O_SHARE = 04000
};
/**
@@ -210,7 +211,7 @@ public:
PSI_A_READ = 0x0200,
PSI_A_EXEC = 0x0400,
PSI_A_STREAM = 0x0800,
- PSI_A_TEXT = 0x1000,
+ PSI_A_TEXT = 0x1000
};
virtual ~rfsv();