File star-1.5-content_to_stderr.patch of Package star
Index: star-1.5/star/star_unix.c =================================================================== --- star-1.5.orig/star/star_unix.c +++ star-1.5/star/star_unix.c @@ -548,6 +548,7 @@ samefile(fp1, fp2) return (FALSE); if (fstat(fdown(fp1), &stbuf1) < 0) + return (FALSE); if (fstat(fdown(fp2), &stbuf2) < 0) return (FALSE);