w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 411a4a820330f25036bc3e990bf1dcf53942c090
parent b27865e83b8ee4a05f05c5fbbcdc8b7998a95905
Author: ukai <ukai>
Date:   Thu, 29 Nov 2001 11:09:23 +0000

[w3m-dev 02588]
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>

Diffstat:
MChangeLog | 5+++++
Mconfigure | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-29 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + + * [w3m-dev 02588] + * configure: fix alarm() check + 2001-11-29 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 02587] diff --git a/configure b/configure @@ -1612,7 +1612,7 @@ if [ "$use_alarm" = y ]; then main() { int sa = SIGALRM; - void (*)() = alarm; + void (*a)() = alarm; } EOF if $cc $cflags -o _zmachdep _zmachdep.c > /dev/null 2>&1