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

Diff for /mandoc/Attic/xstd.c between version 1.11 and 1.12

version 1.11, 2009/03/16 23:37:28 version 1.12, 2009/03/19 16:40:49
Line 23 
Line 23 
   
 #include "private.h"  #include "private.h"
   
   #ifdef __linux__
   extern  size_t                  strlcpy(char *, const char *, size_t);
   extern  size_t                  strlcat(char *, const char *, size_t);
   #endif
   
 /*  /*
  * Contains wrappers for common functions to simplify their general   * Contains wrappers for common functions to simplify their general
  * usage throughout this codebase.   * usage throughout this codebase.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb