e1da3db508
- Remove MAINTAINERS as they agree not having time nor interest for it. - Use install-libs target instead of manually installing some cherrypicked headers - now all needed headers are installed in the right place. - Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck. - Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid. - Patch most Makefiles to print full build commands instead of the non-informative linux-kernel-like output. - Patch some regress tests, more and more works fine now. With feedback and tweaks from naddy@ and pea@
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
$OpenBSD: patch-lib_ext2fs_unix_io_c,v 1.1 2009/03/15 19:59:31 landry Exp $
|
|
--- lib/ext2fs/unix_io.c.orig Sat Feb 21 17:42:28 2009
|
|
+++ lib/ext2fs/unix_io.c Sat Feb 21 17:42:49 2009
|
|
@@ -35,6 +35,7 @@
|
|
#include <sys/ioctl.h>
|
|
#endif
|
|
#ifdef HAVE_SYS_MOUNT_H
|
|
+#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
#endif
|
|
#if HAVE_SYS_STAT_H
|