From 2c52cfbc10be6eacadc06fd26420be97253f3649 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 28 Mar 2007 02:43:37 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-28=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/nfs/bootp_subr.c: Eliminate __P(). * libnetworking/rtems/rtems_bsdnet_internal.h: Eliminate __P(). * libnetworking/kern/uipc_domain.c: Eliminate __P(). --- cpukit/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6832464ccf..e0c2f438eb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2007-03-28 Ralf Corsépius + + * libnetworking/nfs/bootp_subr.c: Eliminate __P(). + * libnetworking/rtems/rtems_bsdnet_internal.h: Eliminate __P(). + * libnetworking/kern/uipc_domain.c: Eliminate __P(). + 2007-03-28 Ralf Corsépius * libnetworking/net/pppcompress.h, libnetworking/net/pppcompress.c: