From d90536e35b89461c5dbefaae4921fd815b80aaf5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/string/strtok.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/libc/string/strtok.c') diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 11e63c1..e17e904 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -36,14 +36,11 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -__FBSDID("$FreeBSD$"); - -#if 0 #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#endif +#include +__FBSDID("$FreeBSD$"); #include #ifdef DEBUG_STRTOK -- cgit v1.1