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

Diff for /mandoc/Attic/xstd.c between version 1.6 and 1.7

version 1.6, 2009/02/28 13:47:36 version 1.7, 2009/03/06 14:13:47
Line 93  xstrdup(const char *p)
Line 93  xstrdup(const char *p)
 }  }
   
 int  int
 xstrlcats(char *buf, const struct mdoc_node *n, size_t sz)  xstrlcpys(char *buf, const struct mdoc_node *n, size_t sz)
 {  {
         char             *p;          char             *p;
   

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

CVSweb