diff -ur LiS-2.16.old/head/linux-mdep.c LiS-2.16.new/head/linux-mdep.c
--- LiS-2.16.old/head/linux-mdep.c      Tue Jul 15 15:58:21 2003
+++ LiS-2.16.new/head/linux-mdep.c      Mon Sep 15 08:14:58 2003

@@ -4050,7 +4062,11 @@
  */
 void   lis_start_qsched(void)
 {
+#if defined(_ASM_IA64_UNISTD_H)
+    unsigned long      cpu ;
+#else
     int                cpu ;
+#endif
     int                ncpus ;
     char       name[16] ;

Here, "cpu" is just used as a loop counter. Its length should not matter.

-- Dave

At 06:37 AM 9/15/2003 Monday, Paul Landay wrote:




Here is the complete set of changes for LiS 2.16.13 on RedHat7.2-ia64:

(See attached file: LiS-2.16.13_ia64diff)


_______________________________________________
Linux-streams mailing list
[EMAIL PROTECTED]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams

Reply via email to