[BACK]Return to uuid_create_nil.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_create_nil.c between version 1.1 and 1.2

version 1.1, 2004/09/13 21:44:54 version 1.2, 2005/02/09 21:35:47
Line 39  __RCSID("$NetBSD$");
Line 39  __RCSID("$NetBSD$");
 #include <string.h>  #include <string.h>
 #include <uuid.h>  #include <uuid.h>
   
   #ifdef __weak_alias
   __weak_alias(uuid_create_nil,_uuid_create_nil)
   #endif
   
 /*  /*
  * uuid_create_nil() - create a nil UUID.   * uuid_create_nil() - create a nil UUID.
  * See also:   * See also:

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

CVSweb <webmaster@jp.NetBSD.org>