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/gen/_rand48.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/gen/_rand48.c') diff --git a/lib/libc/gen/_rand48.c b/lib/libc/gen/_rand48.c index 990e2c8..279bbc3 100644 --- a/lib/libc/gen/_rand48.c +++ b/lib/libc/gen/_rand48.c @@ -11,6 +11,9 @@ * to anyone/anything when using this software. */ +#include +__FBSDID("$FreeBSD$"); + #include "rand48.h" unsigned short _rand48_seed[3] = { -- cgit v1.1