X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtok_r.c;h=fde7b5cdafd41d837333ec2fd747b505ebab648a;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=6b380832ad082c110425f5de26c4833683c8c3df;hpb=7cf6336f44640e772242831f5d2ef0247215886b;p=gnulib.git diff --git a/lib/strtok_r.c b/lib/strtok_r.c index 6b380832a..fde7b5cda 100644 --- a/lib/strtok_r.c +++ b/lib/strtok_r.c @@ -1,5 +1,5 @@ /* Reentrant string tokenizer. Generic version. - Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc. + Copyright (C) 1991,1996-1999,2001,2004,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -14,7 +14,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H # include @@ -26,8 +26,6 @@ #undef __strtok_r #ifndef _LIBC -/* Get specification. */ -# include "strtok_r.h" # define __strtok_r strtok_r # define __rawmemchr strchr #endif