bug-gnulib
[Top][All Lists]
Advanced

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

strtok_r.c sync?


From: Karl Berry
Subject: strtok_r.c sync?
Date: Sat, 16 Sep 2006 09:11:35 -0500

strtok_r.c was synced, but the config.h removal broke that.  Which way
to go?

*** lib/strtok_r.c      Fri Sep 15 00:37:46 2006
--- /tmp/strtok_r.c     Sat Sep 16 00:38:17 2006
***************
*** 1,4 ****
  /* Reentrant string tokenizer.  Generic version.
!    Copyright (C) 1991,1996-1999,2001,2004,2006 Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
--- 1,4 ----
  /* Reentrant string tokenizer.  Generic version.
!    Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
***************
*** 15,21 ****
     You should have received a copy of the GNU General Public License along
     with this program; if not, write to the Free Software Foundation,
!    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
  
! #include <config.h>
  
  #include <string.h>
--- 15,23 ----
     You should have received a copy of the GNU General Public License along
     with this program; if not, write to the Free Software Foundation,
!    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
  
! #ifdef HAVE_CONFIG_H
! # include <config.h>
! #endif
  
  #include <string.h>




reply via email to

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