[BACK]Return to eui64_109.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / rdata / generic

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

Diff for /src/external/mpl/bind/dist/lib/dns/rdata/generic/eui64_109.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2018/08/12 12:08:17 version 1.1.1.2, 2020/05/24 19:36:44
Line 16 
Line 16 
 #define GENERIC_EUI64_109_H 1  #define GENERIC_EUI64_109_H 1
   
 typedef struct dns_rdata_eui64 {  typedef struct dns_rdata_eui64 {
         dns_rdatacommon_t       common;          dns_rdatacommon_t common;
         unsigned char           eui64[8];          unsigned char eui64[8];
 } dns_rdata_eui64_t;  } dns_rdata_eui64_t;
   
 #endif /* GENERIC_EUI64_10k_H */  #endif /* GENERIC_EUI64_10k_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>