diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-04 11:25:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-10-04 11:25:17 +0300 |
commit | ad122d8fe3acb4cde689f2995f8505eef73f0a35 (patch) | |
tree | e9f930c934fc6b32f902aa76b4d2859b0b55f21d /extension/gawkfts.h | |
parent | 588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (diff) | |
parent | 2626d04d332dd87d4e6e9effe943dd6aa3d21cac (diff) | |
download | egawk-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.h | 8 |
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 */ |