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

Diff for /mandoc/compat_stringlist.c between version 1.3 and 1.7

version 1.3, 2015/05/20 23:00:43 version 1.7, 2020/06/15 01:37:15
Line 1 
Line 1 
 /*      $Id$    */  /* $Id$ */
 /*  /*
  * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>   * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
  * All rights reserved.   * All rights reserved.
Line 11 
Line 11 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 4. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED   * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Line 26 
Line 24 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   #include "config.h"
   
   #if HAVE_ERR
 #include <err.h>  #include <err.h>
   #endif
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include "compat_stringlist.h"  #include "compat_stringlist.h"

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

CVSweb