summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 21:56:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 21:56:40 +0000
commit96b391640969faf193911e1ed3c9d7026ae8867b (patch)
treeb126dbce82feff00833339d6db2cf3a23a707054 /cpukit/libnetworking/sys
parentFixed many warnings. (diff)
downloadrtems-96b391640969faf193911e1ed3c9d7026ae8867b.tar.bz2
Added CVS Ids
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/proc.h2
-rw-r--r--cpukit/libnetworking/sys/resourcevar.h5
2 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/proc.h b/cpukit/libnetworking/sys/proc.h
index 8b8b7dc1b9..2189a33b11 100644
--- a/cpukit/libnetworking/sys/proc.h
+++ b/cpukit/libnetworking/sys/proc.h
@@ -1,5 +1,7 @@
/*
* Dummy structure
+ *
+ * $Id$
*/
struct proc {
int this_should_never_be_referenced;
diff --git a/cpukit/libnetworking/sys/resourcevar.h b/cpukit/libnetworking/sys/resourcevar.h
index e69de29bb2..2b4c47e48f 100644
--- a/cpukit/libnetworking/sys/resourcevar.h
+++ b/cpukit/libnetworking/sys/resourcevar.h
@@ -0,0 +1,5 @@
+/*
+ * $Id$
+ */
+
+/* intentionally empty file */