[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_term.c between version 1.11 and 1.12

version 1.11, 2009/08/22 20:14:37 version 1.12, 2009/08/22 20:19:24
Line 102 
Line 102 
         { pre_r, NULL }, /* r */          { pre_r, NULL }, /* r */
 };  };
   
 #ifdef __linux__  
 extern  size_t            strlcpy(char *, const char *, size_t);  
 extern  size_t            strlcat(char *, const char *, size_t);  
 #endif  
   
 static  void              print_head(struct termp *,  static  void              print_head(struct termp *,
                                 const struct man_meta *);                                  const struct man_meta *);
 static  void              print_body(DECL_ARGS);  static  void              print_body(DECL_ARGS);

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