pkgsrc-wip/mtd-utils/patches/patch-an
ndb 31a27a9ccc Tools for manipulating memory technology devices,
such as flash memory, Disk-On-Chip, or ROM.
Includes mkfs.jffs2, a tool to create JFFS2
(journaling flash file system) filesystems.
2007-10-20 15:32:11 +00:00

16 lines
377 B
Text

$NetBSD: patch-an,v 1.1.1.1 2007/10/20 15:32:11 noud4 Exp $
--- compr_zlib.c 2006-10-07 17:33:37.000000000 +0200
+++ compr_zlib.c.new 2007-08-28 19:48:46.000000000 +0200
@@ -38,7 +38,11 @@
#include <stdint.h>
#include <zlib.h>
#include <stdio.h>
+#if __NetBSD__
+#include <sys/types.h>
+#else
#include <asm/types.h>
+#endif
#include <linux/jffs2.h>
#include "compr.h"