openbsd-ports/sysutils/e2fsprogs/patches/patch-lib_ext2fs_unix_io_c
sthen 2ae7734e12 Update e2fsprogs to 1.42.7, and rename the library back to libuuid now
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.

e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.

Fallout will be handled in the next couple of commits.

ok ajacoutot@
2013-06-21 22:35:51 +00:00

12 lines
332 B
Plaintext

$OpenBSD: patch-lib_ext2fs_unix_io_c,v 1.2 2013/06/21 22:35:51 sthen Exp $
--- lib/ext2fs/unix_io.c.orig Wed Jan 2 00:47:20 2013
+++ lib/ext2fs/unix_io.c Wed Jun 19 14:25:04 2013
@@ -39,6 +39,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