aboutsummaryrefslogtreecommitdiffstats
path: root/extension/gawkfts.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:25:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:25:17 +0300
commitad122d8fe3acb4cde689f2995f8505eef73f0a35 (patch)
treee9f930c934fc6b32f902aa76b4d2859b0b55f21d /extension/gawkfts.h
parent588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (diff)
parent2626d04d332dd87d4e6e9effe943dd6aa3d21cac (diff)
downloadegawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.tar.gz
egawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.tar.bz2
egawk-ad122d8fe3acb4cde689f2995f8505eef73f0a35.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'extension/gawkfts.h')
-rw-r--r--extension/gawkfts.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/extension/gawkfts.h b/extension/gawkfts.h
index f1ca26f5..447b1758 100644
--- a/extension/gawkfts.h
+++ b/extension/gawkfts.h
@@ -45,7 +45,7 @@
# endif
#endif
-#ifdef ZOS_USS
+#ifdef __MVS__
#include <limits.h>
#define MAXPATHLEN FILENAME_MAX
#endif
@@ -81,11 +81,7 @@ typedef struct _ftsent {
struct _ftsent *fts_cycle; /* cycle node */
struct _ftsent *fts_parent; /* parent directory */
struct _ftsent *fts_link; /* next file in directory */
-#ifdef ZOS_USS
- long fts_number; /* local numeric value */
-#else
- long long fts_number; /* local numeric value */
-#endif
+ long long fts_number; /* local numeric value */
void *fts_pointer; /* local address value */
char *fts_accpath; /* access path */
char *fts_path; /* root path */