summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEBUG.hints4
-rw-r--r--DEBUG.linux4
-rw-r--r--SUPPORT9
-rw-r--r--VERSION4
-rw-r--r--nfsClientTest/dirutils.c2
5 files changed, 4 insertions, 19 deletions
diff --git a/DEBUG.hints b/DEBUG.hints
index 7ad60ea..adc5fc5 100644
--- a/DEBUG.hints
+++ b/DEBUG.hints
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Debugging Hints
===============
For debugging, I'd suggest breakpoints in the socket receive and transmit
diff --git a/DEBUG.linux b/DEBUG.linux
index 9e9eeba..006e78a 100644
--- a/DEBUG.linux
+++ b/DEBUG.linux
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
TCPDUMP
=======
On Linux, you can use the tcpdump utility to examine packets. Something
diff --git a/SUPPORT b/SUPPORT
index 083c1cb..5908de1 100644
--- a/SUPPORT
+++ b/SUPPORT
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
On-Line Applications Research Corporation (OAR) offers support,
customization, and training for RTEMS. Custom RTEMS development services
includes porting RTEMS to new processors and the development of custom board
@@ -12,8 +8,9 @@ For more information, email Mark Johannes at mark@OARcorp.com
or contact OAR at:
On-Line Applications Research Corporation
-4910-L Corporate Drive
-Huntsville AL 35805
+7047 Old Madison Pike
+Suite 320
+Huntsville AL 35806
Voice: (205) 722-9985
Fax: (205 722-0985
diff --git a/VERSION b/VERSION
index 3c4c716..0855724 100644
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,5 @@
#
# This file is automatically generated -- DO NOT EDIT!!!
#
-# $Id$
-#
-Version 4.9.3
+Version HEAD
diff --git a/nfsClientTest/dirutils.c b/nfsClientTest/dirutils.c
index d6c47fe..57ada89 100644
--- a/nfsClientTest/dirutils.c
+++ b/nfsClientTest/dirutils.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* very crude and basic fs utilities for testing the NFS */
/* Till Straumann, <strauman@slac.stanford.edu>, 10/2002 */