Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/stdlib/srand48.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libc/stdlib/srand48.c 2000/01/22 22:19:20 1.6 +++ src/lib/libc/stdlib/srand48.c 2005/06/12 05:21:28 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: srand48.c,v 1.6 2000/01/22 22:19:20 mycroft Exp $ */ +/* $NetBSD: srand48.c,v 1.7 2005/06/12 05:21:28 lukem Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier @@ -13,6 +13,11 @@ * to anyone/anything when using this software. */ +#include +#if defined(LIBC_SCCS) && !defined(lint) +__RCSID("$NetBSD: srand48.c,v 1.7 2005/06/12 05:21:28 lukem Exp $"); +#endif /* LIBC_SCCS and not lint */ + #include "namespace.h" #include "rand48.h"