From 63a5c63c60daa49c23d7ea58342aa7429d001968 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 19 Mar 2007 07:01:57 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-19=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/sys/conf.h: Don't include machine/conf.h. Update copyright notice. Remove unused/non-implemented declarations. * libnetworking/Makefile.am: Remove machine/conf.h. * libnetworking/machine/conf.h: Remove. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 37a0c0018a..423ac7806d 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2007-03-19 Ralf Corsépius + + * libnetworking/sys/conf.h: Don't include machine/conf.h. + Update copyright notice. + Remove unused/non-implemented declarations. + * libnetworking/Makefile.am: Remove machine/conf.h. + * libnetworking/machine/conf.h: Remove. + 2007-03-19 Ralf Corsépius * libnetworking/sys/systm.h: Update copyright notice from FreeBSD.