summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-10-16 14:05:29 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-10-16 14:05:29 +0000
commite2830bc9e0757592cef566aac2137f11f5b413d5 (patch)
treec4d6f7ec271c6faae0610020ff1d866b11604eec /lib/libc/stdlib
parente768c1be41aefcb7cf8fb19b12cf21d523dc4cdf (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/insque.c2
-rw-r--r--lib/libc/stdlib/remque.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdlib/insque.c b/lib/libc/stdlib/insque.c
index 08d179a5f988..86b2c1261b40 100644
--- a/lib/libc/stdlib/insque.c
+++ b/lib/libc/stdlib/insque.c
@@ -5,8 +5,6 @@
*
* As long as the above copyright statement and this notice remain
* unchanged, you can do what ever you want with this file.
- *
- * $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libc/stdlib/remque.c b/lib/libc/stdlib/remque.c
index 234118876891..899d4b93f777 100644
--- a/lib/libc/stdlib/remque.c
+++ b/lib/libc/stdlib/remque.c
@@ -5,8 +5,6 @@
*
* As long as the above copyright statement and this notice remain
* unchanged, you can do what ever you want with this file.
- *
- * $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");