From: Bruno Haible Date: Wed, 12 Jan 2005 13:09:47 +0000 (+0000) Subject: Update 'strpbrk' module from gnulib. X-Git-Tag: v0.14.2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=694f1a173ad98d6abdaa4c84d179c0624fcc7f68;p=thirdparty%2Fgettext.git Update 'strpbrk' module from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index a1a9e2fc8..3f5e64565 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 Bruno Haible + + * strpbrk.c: Update from gnulib. + 2005-01-06 Bruno Haible * strcspn.c: Update from gnulib. diff --git a/gettext-tools/lib/strpbrk.c b/gettext-tools/lib/strpbrk.c index 514b1e9a7..ce4399620 100644 --- a/gettext-tools/lib/strpbrk.c +++ b/gettext-tools/lib/strpbrk.c @@ -1,30 +1,27 @@ -/* Copyright (C) 1991, 1994, 1996-1997, 2002 Free Software Foundation, Inc. - This file is part of the GNU C Library. +/* Copyright (C) 1991, 1994, 2000, 2002-2003 Free Software Foundation, Inc. + NOTE: The canonical source of this file is maintained with the GNU C Library. + Bugs can be reported to bug-glibc@prep.ai.mit.edu. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2, or (at your option) any + later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + 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. */ #ifdef HAVE_CONFIG_H # include #endif #include - -#if defined _LIBC || HAVE_STRING_H -# include -#endif +#include #undef strpbrk