[BACK]Return to dbm.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/dbm.c between version 1.2 and 1.3

version 1.2, 2016/07/20 00:23:14 version 1.3, 2016/08/05 23:15:08
Line 20 
Line 20 
 #include "config.h"  #include "config.h"
   
 #include <assert.h>  #include <assert.h>
   #if HAVE_ENDIAN
 #include <endian.h>  #include <endian.h>
   #elif HAVE_SYS_ENDIAN
   #include <sys/endian.h>
   #elif HAVE_NTOHL
   #include <arpa/inet.h>
   #endif
 #if HAVE_ERR  #if HAVE_ERR
 #include <err.h>  #include <err.h>
 #endif  #endif

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

CVSweb