summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-03-11 23:11:34 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-03-11 23:11:34 +0000
commitaed4e3bc755f208113305d2a70d0400d0b492400 (patch)
tree97dcbd461dd8cc607b1a40ae2adca5a2c1872623
parent0b76a49d6d3f8d7804157cf2277dea4e06b97c0c (diff)
downloadgnome-common-aed4e3bc755f208113305d2a70d0400d0b492400.tar.gz
Use `cvs import' on all the other files from glibc.
svn path=/branches/GNU/; revision=136
-rw-r--r--support/strtok_r.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/support/strtok_r.c b/support/strtok_r.c
index fb68ad8..44430da 100644
--- a/support/strtok_r.c
+++ b/support/strtok_r.c
@@ -1,24 +1,25 @@
/* Reentrant string tokenizer. Generic version.
-Copyright (C) 1991, 1996 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+ Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
-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.
+ 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.
-The GNU C Library 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.
+ The GNU C Library 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.
-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 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. */
#include <string.h>
+#undef strtok_r
/* Parse S into tokens separated by characters in DELIM.
If S is NULL, the saved pointer in SAVE_PTR is used as