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

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

Diff for /src/lib/libc/uuid/uuid_equal.c between version 1.1 and 1.2

version 1.1, 2004/09/13 21:44:54 version 1.2, 2008/04/23 07:52:32
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
  *      http://www.opengroup.org/onlinepubs/009629399/uuid_equal.htm   *      http://www.opengroup.org/onlinepubs/009629399/uuid_equal.htm
  */   */
 int32_t  int32_t
 uuid_equal(uuid_t *a, uuid_t *b, uint32_t *status)  uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status)
 {  {
   
         if (status != NULL)          if (status != NULL)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>