summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/nfsclient
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /cpukit/libfs/src/nfsclient
parent183af893d15cd7cb74f20dbdf5a5d718897e5fd0 (diff)
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'cpukit/libfs/src/nfsclient')
-rw-r--r--cpukit/libfs/src/nfsclient/Makefile.am4
-rw-r--r--cpukit/libfs/src/nfsclient/src/dirutils.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/librtemsNfs.h1
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfs.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfsTest.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/rpcio.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/rpcio.h1
-rw-r--r--cpukit/libfs/src/nfsclient/src/sock_mbuf.c2
-rw-r--r--cpukit/libfs/src/nfsclient/src/xdr_mbuf.c2
9 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/libfs/src/nfsclient/Makefile.am b/cpukit/libfs/src/nfsclient/Makefile.am
index 98ba99286c..85f4a71756 100644
--- a/cpukit/libfs/src/nfsclient/Makefile.am
+++ b/cpukit/libfs/src/nfsclient/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(top_srcdir)/automake/compile.am
#%dirutils.obj: %dirutils.o
diff --git a/cpukit/libfs/src/nfsclient/src/dirutils.c b/cpukit/libfs/src/nfsclient/src/dirutils.c
index 99c65876f3..357aab96df 100644
--- a/cpukit/libfs/src/nfsclient/src/dirutils.c
+++ b/cpukit/libfs/src/nfsclient/src/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 */
diff --git a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
index 4e8247ced0..fc4802874a 100644
--- a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
+++ b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
@@ -1,6 +1,5 @@
#ifndef LIB_RTEMS_NFS_CLIENT_H
#define LIB_RTEMS_NFS_CLIENT_H
-/* $Id$ */
/* public interface to the NFS client library for RTEMS */
diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c
index 09a9278952..1e25165bfc 100644
--- a/cpukit/libfs/src/nfsclient/src/nfs.c
+++ b/cpukit/libfs/src/nfsclient/src/nfs.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* NFS client implementation for RTEMS; hooks into the RTEMS filesystem */
/* Author: Till Straumann <strauman@slac.stanford.edu> 2002 */
diff --git a/cpukit/libfs/src/nfsclient/src/nfsTest.c b/cpukit/libfs/src/nfsclient/src/nfsTest.c
index a372a7511c..18bd0a3cb4 100644
--- a/cpukit/libfs/src/nfsclient/src/nfsTest.c
+++ b/cpukit/libfs/src/nfsclient/src/nfsTest.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Test program for evaluating NFS read throughput */
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2006 */
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index 3316cccb5f..eeadd53f58 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* RPC multiplexor for a multitasking environment */
/* Author: Till Straumann <strauman@slac.stanford.edu>, 2002 */
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.h b/cpukit/libfs/src/nfsclient/src/rpcio.h
index 0d65b76dc1..8078209610 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.h
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.h
@@ -1,6 +1,5 @@
#ifndef RPCIO_H
#define RPCIO_H
-/* $Id$ */
/* A multihreaded RPC/UDP multiplexor */
diff --git a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
index 3c589d9e81..e07c63bcf2 100644
--- a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* NOTE:
* This is derived from libnetworking/rtems/rtems_syscall.c
*
diff --git a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
index 4294d6dcd2..3c73639750 100644
--- a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* xdr_mbuf is derived from xdr_mem */
/* Author (mbuf specifica): Till Straumann <strauman@slac.stanford.edu>, 10/2002 */