fix decnet compile error on newer gcc's

fix decnet compile error on newer gcc's

Post by da.. » Tue, 25 Mar 2003 19:50:10



diff -urpN --exclude-from=/home/davej/.exclude bk-linus/net/decnet/dn_table.c linux-2.5/net/decnet/dn_table.c
--- bk-linus/net/decnet/dn_table.c      2003-03-08 09:58:02.000000000 +0000

                 return NULL;

         if (in_interrupt() && net_ratelimit()) {
-                printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table
-from interrupt\n");
+                printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table from interrupt\n");
                 return NULL;
         }
         if ((t = kmalloc(sizeof(struct dn_fib_table), GFP_KERNEL)) == NULL)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. How do I talk decnet from Solaris to Decnet OSI & DECNET Phase 4

Hi,

We are replacing one of our VAX systems with a Solaris box and I was
wondering if anyone knows what tools I can use to talk decnet from the
Solaris box to both Decnet OSI and Decnet Phase IV.

This is a completely new experience for me and, although I can find
mention of SunOne and other products in old postings I believe these
are no longer supported by Sun and was hoping someone could give me a
lead on any products available.

Many thanks in advance

Paul

2. The Case of the non-executing input filter (printcap question)

3. xfractint fixed for newer gcc on Linux

4. non-blocking input

5. Fix 2.4.7 Compile Error (From AC's patch)

6. urls of Journaled File Systems

7. GCC-i2.6.3 compiling (gcc with pentium optimiz's) PLEASE HELP US!!

8. 'WYCOL' terminal emulation for Solaris?

9. Can't Compile Kernel // gcc 2.7.0 exits w/ fatal error: signal 11

10. gcc error 11 compiling kernel (gcc 2.7.0)

11. Help with compile error 'c11plus:/tmp/caa00260.s :I/O error'

12. gcc won't compile C++ but will compile C, help!

13. Fix multiline string on dn_table.c (decnet)