summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-10-16 14:05:29 +0000
committerrobert <robert@FreeBSD.org>2002-10-16 14:05:29 +0000
commit9bd570eeceb0fc4aedc55b199a91399644941f9b (patch)
treec4d6f7ec271c6faae0610020ff1d866b11604eec /lib
parentea03112dbfc5c3e2bd1036cae5b8a2bbd59bcefc (diff)
downloadFreeBSD-src-9bd570eeceb0fc4aedc55b199a91399644941f9b.zip
FreeBSD-src-9bd570eeceb0fc4aedc55b199a91399644941f9b.tar.gz
Remove unneeded $FreeBSD$ tags.
Diffstat (limited to 'lib')
-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 08d179a..86b2c12 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 2341188..899d4b9 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$");
OpenPOWER on IntegriCloud