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

Diff for /mandoc/man.c between version 1.46 and 1.47

version 1.46, 2009/11/02 08:40:31 version 1.47, 2010/01/01 17:14:27
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   #ifdef HAVE_CONFIG_H
   #include "config.h"
   #endif
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <assert.h>  #include <assert.h>
Line 71  static void   man_alloc1(struct man *);
Line 75  static void   man_alloc1(struct man *);
 static  int              pstring(struct man *, int, int,  static  int              pstring(struct man *, int, int,
                                 const char *, size_t);                                  const char *, size_t);
 static  int              macrowarn(struct man *, int, const char *);  static  int              macrowarn(struct man *, int, const char *);
   
 #ifdef __linux__  
 extern  size_t            strlcpy(char *, const char *, size_t);  
 #endif  
   
   
 const struct man_node *  const struct man_node *

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb