source: freewrt/tools/jffs2/patches/patch-util_compr_zlib_c@ fdd4f59

freewrt_1_0 freewrt_2_0
Last change on this file since fdd4f59 was fdd4f59, checked in by Thorsten Glaser <tg@…>, 19 years ago

run update-patches, simple cases

git-svn-id: svn://www.freewrt.org/trunk/freewrt@434 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 321 bytes
Line 
1$FreeWRT$
2--- mtd-20050122.orig.orig/util/compr_zlib.c Wed Jun 23 21:59:52 2004
3+++ mtd-20050122.orig/util/compr_zlib.c Thu Jul 27 10:22:54 2006
4@@ -38,7 +38,9 @@
5 #include <stdint.h>
6 #include <zlib.h>
7 #include <stdio.h>
8+#ifdef __linux__
9 #include <asm/types.h>
10+#endif
11 #include <linux/jffs2.h>
12 #include "compr.h"
13
Note: See TracBrowser for help on using the repository browser.