mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 00:02:23 +01:00
14 lines
372 B
Diff
14 lines
372 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,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",
|