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

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

Diff for /src/lib/libresolv/dst_internal.h between version 1.1 and 1.2

version 1.1, 2012/11/15 18:48:48 version 1.2, 2012/11/16 02:11:05
Line 83  typedef struct dst_key {
Line 83  typedef struct dst_key {
 #endif  #endif
   
 #ifndef SAFE_FREE  #ifndef SAFE_FREE
 #define SAFE_FREE(a) SAFE_FREE2((a), sizeof(a))  #define SAFE_FREE(a) SAFE_FREE2((a), sizeof(*(a)))
 #endif  #endif
   
 typedef struct dst_func {  typedef struct dst_func {

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

CVSweb <webmaster@jp.NetBSD.org>