lkml.org 
[lkml]   [2001]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.4.9ac10 compile failure (hz_to_std)
Date
From
Below is the patch which fixes it which I haven't sent to Alan yet.

Jeff

diff -Naur linux/include/asm-um/param.h uml/include/asm-um/param.h
--- linux/include/asm-um/param.h Thu Sep 6 17:51:01 2001
+++ uml/include/asm-um/param.h Thu Sep 6 19:19:12 2001
@@ -5,6 +5,8 @@
#define HZ 20
#endif

+#define hz_to_std(a) (((a)*HZ)/100)
+
#define EXEC_PAGESIZE 4096

#ifndef NGROUPS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:1.188 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site