summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc')
-rw-r--r--cpukit/librpc/Makefile.am4
-rw-r--r--cpukit/librpc/include/rpc/clnt.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_com.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h3
-rw-r--r--cpukit/librpc/src/rpc/rtems_rpc.c2
5 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 63f76c4084..edc760fc7d 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h
index 0a769391ca..3042abe1b6 100644
--- a/cpukit/librpc/include/rpc/clnt.h
+++ b/cpukit/librpc/include/rpc/clnt.h
@@ -57,9 +57,6 @@
* All rights reserved.
*/
-/*
- * $Id$
- */
#ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_
diff --git a/cpukit/librpc/include/rpc/rpc_com.h b/cpukit/librpc/include/rpc/rpc_com.h
index 7697b9a44c..9608a22f25 100644
--- a/cpukit/librpc/include/rpc/rpc_com.h
+++ b/cpukit/librpc/include/rpc/rpc_com.h
@@ -33,9 +33,6 @@
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
/*
* rpc_com.h, Common definitions for both the server and client side.
diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h
index 85d2c704b8..2e287e7bf8 100644
--- a/cpukit/librpc/include/rpc/rpc_msg.h
+++ b/cpukit/librpc/include/rpc/rpc_msg.h
@@ -38,9 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H
diff --git a/cpukit/librpc/src/rpc/rtems_rpc.c b/cpukit/librpc/src/rpc/rtems_rpc.c
index 1a8f861e88..5d31f12d49 100644
--- a/cpukit/librpc/src/rpc/rtems_rpc.c
+++ b/cpukit/librpc/src/rpc/rtems_rpc.c
@@ -1,7 +1,5 @@
/*
* RTEMS multi-tasking support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H