From d7398a270c9cd1b7b4d545ed70ea24384781a86c Mon Sep 17 00:00:00 2001 From: espie <> Date: Mon, 8 Aug 2005 08:05:37 +0000 Subject: zap remaining rcsid. Kill old files that are no longer compiled. okay theo --- src/lib/libc/stdlib/drand48.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/drand48.c') diff --git a/src/lib/libc/stdlib/drand48.c b/src/lib/libc/stdlib/drand48.c index 02886d5b62..b6c046c831 100644 --- a/src/lib/libc/stdlib/drand48.c +++ b/src/lib/libc/stdlib/drand48.c @@ -1,3 +1,4 @@ +/* $OpenBSD: drand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier * All rights reserved. @@ -11,10 +12,6 @@ * to anyone/anything when using this software. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: drand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include "rand48.h" extern unsigned short __rand48_seed[3]; -- cgit v1.2.3-55-g6feb