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

Diff for /mandoc/dbm_map.c between version 1.7 and 1.8

version 1.7, 2016/10/22 10:09:27 version 1.8, 2017/02/17 14:43:54
Line 175  dbm_getint(int32_t offset)
Line 175  dbm_getint(int32_t offset)
 int32_t  int32_t
 dbm_addr(const void *p)  dbm_addr(const void *p)
 {  {
         return htobe32((char *)p - dbm_base);          return htobe32((const char *)p - dbm_base);
 }  }
   
 int  int

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb