summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-08-06 03:28:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-08-06 03:28:49 +0000
commita605cecde3ee0b8691885359a3471746bde030e5 (patch)
tree240be275ca2bfe229e5864f2fe6c554fbefb2287 /cpukit
parent2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a605cecde3ee0b8691885359a3471746bde030e5.tar.bz2
2005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/nfs/bootp_subr.c: Don't include nfs/nfs.h, nfs/krpc.h.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d6951339c8..c397bd6280 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libnetworking/nfs/bootp_subr.c: Don't include
+ nfs/nfs.h, nfs/krpc.h.
+
2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_create.c,
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index 90f9a8ac9c..6fe9b05dc5 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -64,10 +64,8 @@
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>
-#include <nfs/nfs.h>
#include <nfsclient/nfsargs.h>
#include <nfsclient/nfsdiskless.h>
-#include <nfs/krpc.h>
#include <nfs/xdr_subs.h>
#include <sys/stat.h>