From 19cf9dd6fca6ad9ffecc67f40bdad294a2ea8edf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Oct 2005 09:39:41 +0000 Subject: [PATCH] * libnetworking/opt_ppp.h: New. * libnetworking/net/ppp.h: Remove. * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Reflect changes above. Cosmetics from FreeBSD. * libnetworking/Makefile.am: Add opt_ppp.h, remove net/ppp.h. --- cpukit/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 163fbe3127..2d77ba6206 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,6 +1,11 @@ 2005-10-27 Ralf Corsepius + * libnetworking/opt_ppp.h: New. + * libnetworking/net/ppp.h: Remove. + * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: + Reflect changes above. Cosmetics from FreeBSD. * libnetworking/Makefile.am: Don't install loop.h. + Add opt_ppp.h, remove net/ppp.h. * include/rtems/concat.h: Add EXPAND0, CONCAT0. 2005-10-27 Ralf Corsepius