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

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

version 1.10, 2009/03/16 22:19:19 version 1.12, 2009/03/19 16:40:49
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the   * purpose with or without fee is hereby granted, provided that the
Line 22 
Line 22 
 #include <string.h>  #include <string.h>
   
 #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

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

CVSweb