summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/assoc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libmisc/assoc')
-rw-r--r--c/src/libmisc/assoc/assoc.c3
-rw-r--r--c/src/libmisc/assoc/assoc.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/c/src/libmisc/assoc/assoc.c b/c/src/libmisc/assoc/assoc.c
index a3eabdb3b5..74387a8c5b 100644
--- a/c/src/libmisc/assoc/assoc.c
+++ b/c/src/libmisc/assoc/assoc.c
@@ -1,7 +1,4 @@
/*
- * @(#)assoc.c 1.6 - 95/10/25
- *
- *
* assoc.c
* rtems assoc routines
*
diff --git a/c/src/libmisc/assoc/assoc.h b/c/src/libmisc/assoc/assoc.h
index f9a444374c..1982d654ac 100644
--- a/c/src/libmisc/assoc/assoc.h
+++ b/c/src/libmisc/assoc/assoc.h
@@ -1,6 +1,4 @@
/*
- * @(#)assoc.h 1.4 - 95/10/25
- *
*
* Rtems associativity routines. Mainly used to convert a value from
* one space to another (eg: our errno's to host errno's and v.v)