tags 552876 + confirmed patch
thanks

Hi, I can confirm this FTBFS on i386 too...
The attached patch seems to fix the issue.

Regards,
  Ruben Molina
--- vftool-2.0alpha.orig/mkvsyvf.c
+++ vftool-2.0alpha/mkvsyvf.c
@@ -69,7 +69,7 @@
 char mirror_end[SPLEN];
 int mirror_end_len;
 
-getline(sp, lenp, f)
+mygetline(sp, lenp, f)
 char *sp;
 int *lenp;
 FILE *f;
@@ -91,10 +91,10 @@
 	fprintf(stderr, "cannot open %s\n", fn);
 	exit(1);
     }
-    getline(rotate_beg, &rotate_beg_len, f);
-    getline(rotate_end, &rotate_end_len, f);
-    getline(mirror_beg, &mirror_beg_len, f);
-    getline(mirror_end, &mirror_end_len, f);
+    mygetline(rotate_beg, &rotate_beg_len, f);
+    mygetline(rotate_end, &rotate_end_len, f);
+    mygetline(mirror_beg, &mirror_beg_len, f);
+    mygetline(mirror_end, &mirror_end_len, f);
 }
 
 vsyvf()

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to