Commit f09582ee authored by Martin v. Löwis's avatar Martin v. Löwis

Correct definition of ST_GEN_IDX.

parent ce8185e6
...@@ -740,9 +740,9 @@ static PyStructSequence_Field stat_result_fields[] = { ...@@ -740,9 +740,9 @@ static PyStructSequence_Field stat_result_fields[] = {
#endif #endif
#ifdef HAVE_STRUCT_STAT_ST_GEN #ifdef HAVE_STRUCT_STAT_ST_GEN
#define ST_GEN_IDX (ST_RDEV_IDX+1) #define ST_GEN_IDX (ST_FLAGS_IDX+1)
#else #else
#define ST_GEN_IDX ST_RDEV_IDX #define ST_GEN_IDX ST_FLAGS_IDX
#endif #endif
#ifdef HAVE_STRUCT_STAT_ST_BIRTHTIME #ifdef HAVE_STRUCT_STAT_ST_BIRTHTIME
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment