openbsd-ports/sysutils/e2fsprogs/patches/patch-e2fsck_journal_c
landry e1da3db508 Update to e2fsprogs-1.41.4 (supporting ext2/ext3/ext4 fs) :
- 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@
2009-03-15 19:59:31 +00:00

12 lines
335 B
Plaintext

$OpenBSD: patch-e2fsck_journal_c,v 1.2 2009/03/15 19:59:31 landry Exp $
--- e2fsck/journal.c.orig Fri Jan 2 17:10:48 2009
+++ e2fsck/journal.c Sat Feb 21 17:17:46 2009
@@ -14,6 +14,7 @@
#ifdef HAVE_SYS_MOUNT_H
#include <sys/param.h>
+#include <sys/types.h>
#include <sys/mount.h>
#define MNT_FL (MS_MGC_VAL | MS_RDONLY)
#endif