2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw.
	(Clash with termiostypes.h - PR 1229).
This commit is contained in:
Ralf Corsepius
2007-03-18 07:37:23 +00:00
parent 66a0b1a57b
commit 753ba4ca2b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/heapwalk.c: include stdlib.h.
2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw.

View File

@@ -15,10 +15,11 @@
#include "config.h"
#endif
#include <stdlib.h> /* abort */
#include <rtems/system.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/heap.h>
#include <rtems/bspIo.h>
/*PAGE
*