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

Diff for /mandoc/roff.c between version 1.33 and 1.34

version 1.33, 2008/12/02 13:20:24 version 1.34, 2008/12/02 18:26:57
Line 134  static int    roffcall(struct rofftree *, int, char **
Line 134  static int    roffcall(struct rofftree *, int, char **
 static  int               roffparse(struct rofftree *, char *);  static  int               roffparse(struct rofftree *, char *);
 static  int               textparse(const struct rofftree *, char *);  static  int               textparse(const struct rofftree *, char *);
   
 #ifdef __linux__  #ifdef __linux__ /* FIXME: remove */
 static  size_t            strlcat(char *, const char *, size_t);  static  size_t            strlcat(char *, const char *, size_t);
 static  size_t            strlcpy(char *, const char *, size_t);  static  size_t            strlcpy(char *, const char *, size_t);
 extern  int               vsnprintf(char *, size_t,  extern  int               vsnprintf(char *, size_t,
Line 1446  roff_err(const struct rofftree *tree, const char *pos,
Line 1446  roff_err(const struct rofftree *tree, const char *pos,
 }  }
   
   
 #ifdef __linux  #ifdef __linux /* FIXME: remove. */
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 /*  /*

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb