diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 21:53:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 21:53:29 +0000 |
commit | d90536e35b89461c5dbefaae4921fd815b80aaf5 (patch) | |
tree | a7704420ac18af12d14349c9bc6bdaf03497c1d5 /lib/libc/stdtime/strptime.c | |
parent | 59d20d5aab1a3950631580f447d2067770597d01 (diff) | |
download | FreeBSD-src-d90536e35b89461c5dbefaae4921fd815b80aaf5.zip FreeBSD-src-d90536e35b89461c5dbefaae4921fd815b80aaf5.tar.gz |
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
-rw-r--r-- | lib/libc/stdtime/strptime.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index bcda42b..b050f1a 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -51,11 +51,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef LIBC_RCS -static const char rcsid[] = - "$FreeBSD$"; -#endif - #ifndef lint #ifndef NOID static char copyright[] = @@ -63,6 +58,8 @@ static char copyright[] = static char sccsid[] = "@(#)strptime.c 0.1 (Powerdog) 94/03/27"; #endif /* !defined NOID */ #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "namespace.h" #include <time.h> |