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/stdtime/difftime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdtime/difftime.c') diff --git a/lib/libc/stdtime/difftime.c b/lib/libc/stdtime/difftime.c index 64a5ea2..59368e4 100644 --- a/lib/libc/stdtime/difftime.c +++ b/lib/libc/stdtime/difftime.c @@ -1,8 +1,6 @@ /* ** This file is in the public domain, so clarified as of ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). -* -* $FreeBSD$ */ #ifndef lint @@ -10,6 +8,8 @@ static char elsieid[] = "@(#)difftime.c 7.7"; #endif /* !defined NOID */ #endif /* !defined lint */ +#include +__FBSDID("$FreeBSD$"); /*LINTLIBRARY*/ -- cgit v1.1