You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch

11 lines
180 B
Diff

--- a/util/subst.c
+++ b/util/subst.c
@@ -9,6 +9,7 @@
#include "config.h"
#else
#define HAVE_SYS_TIME_H
+#define HAVE_SYS_STAT_H
#endif
#include <stdio.h>
#include <errno.h>