From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: RE: [Bridge] SUSE 8.1 build failure From: Torsten Luettgert In-Reply-To: <000f01c483f2$20f35a00$ba00a8c0@hasslemonkey.net> References: <000f01c483f2$20f35a00$ba00a8c0@hasslemonkey.net> Content-Type: text/plain Message-Id: <1092728709.2909.4.camel@scaramouche> Mime-Version: 1.0 Date: Tue, 17 Aug 2004 09:45:11 +0200 Content-Transfer-Encoding: 7bit List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gareth Wheelton Cc: bridge@lists.osdl.org On Die, 2004-08-17 at 02:35, Gareth Wheelton wrote: > Does anyone know where 'HZ' is declared in the 2.4.xx source? grep is your friend: # fgrep -r '#define HZ' /usr/src/linux [...] /usr/src/linux/include/asm-i386/param.h:#define HZ 100 [...] so, you should insert #include into the module that doesn't compile. - Torsten