summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 04:16:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 04:16:22 +0000
commita78c319e785714256699f2996a54e726254f5b7f (patch)
treede878055c64b49ce47dd8c8249c4271b5239993c /cpukit/librpc
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a78c319e785714256699f2996a54e726254f5b7f.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31 warnings about abort/exit).
Diffstat (limited to 'cpukit/librpc')
-rw-r--r--cpukit/librpc/ChangeLog5
-rw-r--r--cpukit/librpc/src/rpc/rtems_portmapper.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog
index 498727e290..4632cb6344 100644
--- a/cpukit/librpc/ChangeLog
+++ b/cpukit/librpc/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
+ warnings about abort/exit).
+
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* configure.ac: or32 does not currently support librpc.
diff --git a/cpukit/librpc/src/rpc/rtems_portmapper.c b/cpukit/librpc/src/rpc/rtems_portmapper.c
index e33a3103c9..c8be0b3188 100644
--- a/cpukit/librpc/src/rpc/rtems_portmapper.c
+++ b/cpukit/librpc/src/rpc/rtems_portmapper.c
@@ -30,6 +30,7 @@
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <malloc.h>
#include <netdb.h>