diff options
Diffstat (limited to 'sysdeps/generic/strtok.c')
-rw-r--r-- | sysdeps/generic/strtok.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/strtok.c b/sysdeps/generic/strtok.c index 6aeeb5a646..b6f952385c 100644 --- a/sysdeps/generic/strtok.c +++ b/sysdeps/generic/strtok.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1999, 2000 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 @@ -19,7 +19,7 @@ #include <string.h> -static char *olds = NULL; +static char *olds; #undef strtok |