summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:24:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:24:35 +0000
commit1b8a1a6e62e6ad016e7b35858c9a67f347ae1201 (patch)
tree8a343a91e7754e391795524efbd0db3f31047b92 /cpukit
parent2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1b8a1a6e62e6ad016e7b35858c9a67f347ae1201.tar.bz2
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_kern.h: Comment out unused vars.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libnetworking/vm/vm_kern.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0373ca2077..4839887158 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/vm/vm_kern.h: Comment out unused vars.
+
+2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* posix/include/mqueue.h: Relocate "extern C++" guards.
* sapi/include/rtems/fatal.h: Add missing includes.
* score/include/rtems/score/tod.h: Add missing includes.
diff --git a/cpukit/libnetworking/vm/vm_kern.h b/cpukit/libnetworking/vm/vm_kern.h
index 309f503f44..c34ae65d49 100644
--- a/cpukit/libnetworking/vm/vm_kern.h
+++ b/cpukit/libnetworking/vm/vm_kern.h
@@ -67,6 +67,7 @@
#ifndef _VM_VM_KERN_H_
#define _VM_VM_KERN_H_ 1
+#if !defined(__rtems__)
/* Kernel memory management definitions. */
extern vm_map_t buffer_map;
extern vm_map_t kernel_map;
@@ -75,5 +76,6 @@ extern vm_map_t clean_map;
extern vm_map_t exec_map;
extern vm_map_t pipe_map;
extern u_int vm_kmem_size;
+#endif
#endif /* _VM_VM_KERN_H_ */