From bcf2f6f3604ffd0cff4d17f8ee7c8718321421d7 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 3 Sep 2001 05:18:02 +0000 Subject: * error.c: unbreak the build on *BSD with gcc 3.0.1 by removing the conflicting declaration of sys_nerr for *BSD. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 425071002..0fbf85f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 3 14:11:17 2001 Akinori MUSHA + + * error.c: unbreak the build on *BSD with gcc 3.0.1 by removing + the conflicting declaration of sys_nerr for *BSD. + Sat Sep 1 09:50:54 2001 Nobuyoshi Nakada * ruby.c (set_arg0): prevent SEGV when val is longer than the -- cgit