aports/main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch
Tuan M. Hoang 26c865905c main/s390-tools: new aport
This package includes bootloader for s390x, thus needs to be in
main
2018-02-27 19:25:01 +00:00

15 lines
390 B
Diff

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";