This one has me perplexed also. It seems to declare "err" to be an inappropriate type for how it is used. Perhaps this is a residual from other work that got backed out...

diff -ur LiS-2.16.old/head/head.c LiS-2.16.new/head/head.c
--- LiS-2.16.old/head/head.c    Mon Aug 18 10:07:32 2003
+++ LiS-2.16.new/head/head.c    Mon Sep 15 08:07:55 2003
@@ -725,7 +725,11 @@
     queue_t             *qtop ;
     strioctl_t           ioc;
     linkblk_t            lnk;
+#if defined(_ASM_IA64_UNISTD_H)
+    unsigned long        err ;
+#else
     int                          err ;
+#endif
     int                          rtn = 0 ;
     lis_flags_t                  psw1, psw2 ;
     unsigned long        time_cell = 0 ;

-- 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