From a94ef122c2c621eecba78ecde85f321e0c83216e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 13:07:01 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/monitor/mon-network.c: Use memset instead of bzero. --- cpukit/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7af15f156b..338f5818e7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-08-21 Ralf Corsépius + + * libmisc/monitor/mon-network.c: Use memset instead of bzero. + 2008-08-21 Ralf Corsépius * libmisc/shell/internal.h: Don't include "config.h".