diff options
Diffstat (limited to 'main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch')
-rw-r--r-- | main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch b/main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch new file mode 100644 index 0000000000..289e670650 --- /dev/null +++ b/main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch @@ -0,0 +1,14 @@ +diff --git a/dasdinfo/dasdinfo.c b/dasdinfo/dasdinfo.c +index 44a1178..7f65763 100644 +--- a/dasdinfo/dasdinfo.c ++++ b/dasdinfo/dasdinfo.c +@@ -32,6 +32,9 @@ + + #define MAX(x,y) ((x)<(y)?(y):(x)) + ++#define FTW_CONTINUE 0 ++#define FTW_STOP 1 ++ + static const char tool_name[] = "dasdinfo: zSeries DASD information program"; + static const char copyright_notice[] = "Copyright IBM Corp. 2007"; + |