From 9bd570eeceb0fc4aedc55b199a91399644941f9b Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 16 Oct 2002 14:05:29 +0000 Subject: Remove unneeded $FreeBSD$ tags. --- lib/libc/stdlib/insque.c | 2 -- lib/libc/stdlib/remque.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'lib/libc') 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 __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 __FBSDID("$FreeBSD$"); -- cgit v1.1