From 8a4ab4d519f923457d353cddd95b1f8047ecd542 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jan 2004 14:47:20 +0000 Subject: 2004-01-30 Joel Sherrill * ChangeLog, rtems/Makefile.am, rtems/include/rtems/rtems/support.h: Reverse developmental patches accidentally committed. --- cpukit/ChangeLog | 8 +++----- cpukit/rtems/Makefile.am | 8 ++++---- cpukit/rtems/include/rtems/rtems/support.h | 30 ------------------------------ 3 files changed, 7 insertions(+), 39 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 0a8d73997c..37624be0de 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,9 +1,7 @@ -2004-01-30 Wilfried Busalski +2004-01-30 Joel Sherrill - PR pppd/564 - * rtems/Makefile.am, rtems/include/rtems/rtems/support.h: ppp0 - Interface lose packets if the system use a slow baudrate for the - modem or the tcp/ip-packet is fragmented. + * ChangeLog, rtems/Makefile.am, rtems/include/rtems/rtems/support.h: + Reverse developmental patches accidentally committed. 2004-01-23 Ralf Corsepius diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index 4befadea33..35f89a6a80 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -116,10 +116,10 @@ DPMEM_C_FILES = src/dpmem.c src/dpmemcreate.c src/dpmemdelete.c \ src/dpmemexternal2internal.c src/dpmemident.c \ src/dpmeminternal2external.c -librtems_a_SOURCES += src/attr.c src/rtemsidtoname.c src/wkspacegetinfo.c \ - $(TASK_C_FILES) $(RATEMON_C_FILES) $(INTR_C_FILES) $(CLOCK_C_FILES) \ - $(TIMER_C_FILES) $(SEMAPHORE_C_FILES) $(MESSAGE_QUEUE_C_FILES) \ - $(EVENT_C_FILES) $(SIGNAL_C_FILES) $(PARTITION_C_FILES) $(REGION_C_FILES) \ +librtems_a_SOURCES += src/attr.c src/rtemsidtoname.c $(TASK_C_FILES) \ + $(RATEMON_C_FILES) $(INTR_C_FILES) $(CLOCK_C_FILES) $(TIMER_C_FILES) \ + $(SEMAPHORE_C_FILES) $(MESSAGE_QUEUE_C_FILES) $(EVENT_C_FILES) \ + $(SIGNAL_C_FILES) $(PARTITION_C_FILES) $(REGION_C_FILES) \ $(DPMEM_C_FILES) if HAS_MP diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index 23a88c0e77..6c9555bb00 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -20,9 +20,7 @@ extern "C" { #endif -#include #include -#include /* * rtems_build_name @@ -88,34 +86,6 @@ extern "C" { #define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ TOD_MICROSECONDS_TO_TICKS(_ms) -/* - * Workspace Related - */ - -/* - * rtems_workspace_get_information - * - * DESCRIPTION: - * - * This directive will return information about the RTEMS - * executive workspace. - */ - -rtems_status_code rtems_workspace_get_information( - Heap_Information_block *the_info -); - -/* - * rtems_workspace_free_space - * - * DESCRIPTION: - * - * This directive will return the number of bytes available in the RTEMS - * executive workspace. This area is probably not be contiguous. - */ - -size_t rtems_workspace_free_space(void); - #ifndef __RTEMS_APPLICATION__ #include #endif -- cgit v1.2.3