aboutsummaryrefslogtreecommitdiffstats
path: root/main/s390-tools/0200-dasdinfo-gnu-ext-hack.patch
blob: 05dd6812bc1802c3d031ac468b39b62f3fa50719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,8 @@
 
 #define RD_BUFFER_SIZE 80
 #define TEMP_DEV_MAX_RETRIES    1000
+#define FTW_CONTINUE 0
+#define	FTW_STOP 1
 
 static const struct util_prg prg = {
 	.desc = "Display DASD volume serial number and ID information",