]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-gcc33.patch
- obsolete
[packages/kernel.git] / linux-2.4.21-gcc33.patch
1 --- linux-2.4.21/drivers/net/irda/ma600.c.orig  Fri Nov 29 00:53:13 2002
2 +++ linux-2.4.21/drivers/net/irda/ma600.c       Thu Jun 26 18:12:16 2003
3 @@ -32,7 +32,7 @@
4   ********************************************************************/
5  
6  /* define this macro for release version */
7 -//#define NDEBUG
8 +#define NDEBUG
9  
10  #include <linux/module.h>
11  #include <linux/delay.h>
12 --- linux-2.4.21/drivers/net/wan/sbni.c.orig    Thu Jun 26 18:20:25 2003
13 +++ linux-2.4.21/drivers/net/wan/sbni.c Thu Jun 26 18:32:25 2003
14 @@ -149,11 +149,11 @@
15  static int  enslave( struct net_device *, struct net_device * );
16  static int  emancipate( struct net_device * );
17  #endif
18 -
19 +/*
20  #ifdef __i386__
21  #define ASM_CRC 1
22  #endif
23 -
24 +*/
25  static const char  version[] =
26         "Granch SBNI12 driver ver 5.0.1  Jun 22 2001  Denis I.Timofeev.\n";
27  
28 --- linux-2.4.21/fs/partitions/ldm.c.orig       2003-08-16 03:27:54.000000000 +0200
29 +++ linux-2.4.21/fs/partitions/ldm.c    2003-08-16 03:28:09.000000000 +0200
30 @@ -44,7 +44,7 @@
31   * driver was compiled with debug enabled. Otherwise, the call turns into a NOP.
32   */
33  #ifndef CONFIG_LDM_DEBUG
34 -#define ldm_debug(...) do {} while (0)
35 +#define ldm_debug(f, a...)     do {} while (0)
36  #else
37  #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __FUNCTION__, f, ##a)
38  #endif
This page took 0.037384 seconds and 3 git commands to generate.