From f44f0c7dd5ce3a9433d1b114da6aead1ac8b6068 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 9 Dec 2004 17:08:52 +0000 Subject: 2004-12-09 Ralf Corsepius * score/include/rtems/system.h: Don't define NULL, include . --- cpukit/ChangeLog | 5 +++++ cpukit/score/include/rtems/system.h | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 16959e6bdf..413487f730 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2004-12-09 Ralf Corsepius + + * score/include/rtems/system.h: Don't define NULL, include + . + 2004-12-03 Ralf Corsepius * libnetworking/net/if_ethersubr.c, diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index bef06db7a1..8b21dd17c2 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -124,13 +124,7 @@ int POSIX_BOTTOM_REACHED( void ); typedef void * proc_ptr; -/* - * Define NULL - */ - -#ifndef NULL -#define NULL 0 /* NULL value */ -#endif +#include /* * Boolean constants -- cgit v1.2.3