[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] patch-2.7.4 make fails on Solaris10 x86
From: |
Andreas Grünbacher |
Subject: |
Re: [bug-patch] patch-2.7.4 make fails on Solaris10 x86 |
Date: |
Sun, 1 Feb 2015 15:58:04 +0100 |
Hi,
2015-02-01 4:44 GMT+01:00 Kiyoshi KANAZAWA <address@hidden>:
> "safe.c", line 462: warning: implicit function declaration: faccessat
the faccessat module from gnulib is needed as well.
> There is another bus in pch.c, line 437.
> size_t indent = -1;
> although size_t is unsigned.
This is harmless.
Both problems should be fixed in commit b73c1f95. A snapshot tarball
can be found here:
ftp://alpha.gnu.org/gnu/patch/
Thanks,
Andreas