texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/lib strdup.c,1.1.1.1,1.2


From: karl
Subject: texinfo/lib strdup.c,1.1.1.1,1.2
Date: Thu, 26 Feb 2004 13:50:21 +0100

Update of /cvsroot/texinfo/texinfo/lib
In directory sheep:/tmp/cvs-serv23618

Modified Files:
        strdup.c 
Log Message:
gnulib

Index: strdup.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/strdup.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** strdup.c    6 Dec 2003 01:33:18 -0000       1.1.1.1
--- strdup.c    26 Feb 2004 12:50:19 -0000      1.2
***************
*** 1,3 ****
! /* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003 Free Software
     Foundation, Inc.
  
--- 1,3 ----
! /* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004 Free Software
     Foundation, Inc.
  
***************
*** 20,23 ****
--- 20,28 ----
  #ifdef HAVE_CONFIG_H
  # include <config.h>
+ #endif
+ 
+ #ifndef _LIBC
+ /* Get specification.  */
+ #include "strdup.h"
  #endif
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]