[BACK]Return to libkern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libkern

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

Diff for /src/sys/lib/libkern/libkern.h between version 1.45 and 1.46

version 1.45, 2002/10/04 18:39:52 version 1.46, 2002/10/06 08:51:44
Line 279  void *memchr __P((const void *, int, siz
Line 279  void *memchr __P((const void *, int, siz
 void    *memmove __P((void *, const void *, size_t));  void    *memmove __P((void *, const void *, size_t));
 int      pmatch __P((const char *, const char *, const char **));  int      pmatch __P((const char *, const char *, const char **));
 u_int32_t arc4random __P((void));  u_int32_t arc4random __P((void));
   void     arc4randbytes __P((void *, size_t));
 u_long   random __P((void));  u_long   random __P((void));
 int      scanc __P((u_int, const u_char *, const u_char *, int));  int      scanc __P((u_int, const u_char *, const u_char *, int));
 int      skpc __P((int, size_t, u_char *));  int      skpc __P((int, size_t, u_char *));

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>