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

Diff for /mandoc/Attic/compat.c between version 1.1 and 1.2

version 1.1, 2008/12/03 14:39:59 version 1.2, 2008/12/15 01:54:58
Line 87  strlcpy(char *dst, const char *src, size_t siz)
Line 87  strlcpy(char *dst, const char *src, size_t siz)
   
         return(s - src - 1);    /* count does not include NUL */          return(s - src - 1);    /* count does not include NUL */
 }  }
   
 #endif  /*__linux__*/  #endif  /*__linux__*/

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

CVSweb