shared-macros.mk: drop support for 32 bit mysql
[oi-userland.git] / components / sysutils / e2fsprogs / patches / patch-debugfs_debugfs.c.patch
blobf74097b4a5d8432dd4ede4cc2da3851fb5683e4d
1 $NetBSD: patch-debugfs_debugfs.c,v 1.2 2017/12/08 08:12:58 adam Exp $
3 Fix build on SunOS.
5 --- e2fsprogs-1.46.4/debugfs/debugfs.c.orig 2017-10-16 05:45:45.000000000 +0000
6 +++ e2fsprogs-1.46.4/debugfs/debugfs.c
7 @@ -29,6 +29,9 @@ extern char *optarg;
8 #ifdef HAVE_SYS_SYSMACROS_H
9 #include <sys/sysmacros.h>
10 #endif
11 +#ifdef __sun
12 +#include <sys/mkdev.h>
13 +#endif
15 #include "debugfs.h"
16 #include "uuid/uuid.h"