lkml.org 
[lkml]   [1999]   [Dec]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[2.3.36-2] missing linux/br.h
From
Hello,
The following patch is listed in 2.3.36pre1 and 2.3.36pre2, however,
the kernel fails to compile because "linux/br.h no such file". I double
checked the include/linux directory and was unable to find br.h . Also,
loops_per_sec "first use in function". I believe that this is related to
the missing linux/br.h file. Please add the missing file in 2.3.36pre3 .
-Frank

diff -u --recursive --new-file v2.3.35/linux/net/bridge/br.c
linux/net/bridge/br.c
--- v2.3.35/linux/net/bridge/br.c Wed Dec 29 13:13:21 1999
+++ linux/net/bridge/br.c Wed Dec 29 17:08:55 1999
@@ -87,6 +87,7 @@
#include <linux/rtnetlink.h>
#include <net/br.h>
#include <linux/proc_fs.h>
+#include <linux/br.h>

#ifndef min
#define min(a, b) (((a) <= (b)) ? (a) : (b))
@@ -2425,7 +2426,7 @@

/* Set up MAC address based on BogoMIPs figure for first CPU and time
*/
- bogomips = (boot_cpu_data.loops_per_sec+2500)/500000 ;
+ bogomips = (loops_per_sec+2500)/500000 ;
get_fast_time(&utime);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.039 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site