10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
Index: vendor/e2fsprogs/lib/config.h
|
|
--- vendor/e2fsprogs/lib/config.h.orig
|
|
+++ vendor/e2fsprogs/lib/config.h
|
|
@@ -1,4 +1,4 @@
|
|
-#ifndef __APPLE__
|
|
+#if !defined(__APPLE__) && !defined(__OpenBSD__)
|
|
#define HAVE_MALLOC_H 1
|
|
#endif
|
|
|