stress-ng: fix musl build.

This commit is contained in:
Leah Neukirchen 2020-03-30 12:19:11 +02:00
parent 5947da0f86
commit 34432dd49f

View file

@ -0,0 +1,11 @@
--- stress-ng.h.orig
+++ stress-ng.h
@@ -3653,7 +3653,7 @@
/* old ustat struct */
struct shim_ustat {
- daddr_t f_tfree;
+ int f_tfree;
ino_t f_tinode;
char f_fname[6];
char f_fpack[6];