[BACK]Return to srand48.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdlib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/stdlib/srand48.c between version 1.6 and 1.7

version 1.6, 2000/01/22 22:19:20 version 1.7, 2005/06/12 05:21:28
Line 13 
Line 13 
  * to anyone/anything when using this software.   * to anyone/anything when using this software.
  */   */
   
   #include <sys/cdefs.h>
   #if defined(LIBC_SCCS) && !defined(lint)
   __RCSID("$NetBSD$");
   #endif /* LIBC_SCCS and not lint */
   
 #include "namespace.h"  #include "namespace.h"
 #include "rand48.h"  #include "rand48.h"
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>