summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/kern
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 12:21:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 12:21:36 +0000
commit14d34d841ed0832fa3998d70c679e2369a70d5ee (patch)
tree1ca63b0ed0df7b25bbc4a6f8e143cc7cd37f3c53 /cpukit/libnetworking/kern
parent2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-14d34d841ed0832fa3998d70c679e2369a70d5ee.tar.bz2
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac). * Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac. * kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
Diffstat (limited to 'cpukit/libnetworking/kern')
-rw-r--r--cpukit/libnetworking/kern/kern_mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/kern/kern_mib.c b/cpukit/libnetworking/kern/kern_mib.c
index 174ddc69e9..8d0185e053 100644
--- a/cpukit/libnetworking/kern/kern_mib.c
+++ b/cpukit/libnetworking/kern/kern_mib.c
@@ -59,7 +59,7 @@
#ifdef __rtems__
char machine[] = "SET ME";
-char osrelease[] = PACKAGE_VERSION;
+char osrelease[] = RTEMS_VERSION;
char ostype[] = "RTEMS";
#endif