diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-08-02 08:26:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-08-02 08:26:10 +0000 |
commit | 2fb513c60061821c7e5e7fb6014d2afd0308b7e9 (patch) | |
tree | c7d9546bed03277ec2921a1b2cbda1f78620450b /io/ftw.c | |
parent | c7045198ca8f4ff5b97205340d51127f8503c2bd (diff) | |
download | glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar.gz glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.tar.bz2 glibc-2fb513c60061821c7e5e7fb6014d2afd0308b7e9.zip |
Updated to fedora-glibc-20080802T0809cvs/fedora-glibc-2_8_90-11
Diffstat (limited to 'io/ftw.c')
-rw-r--r-- | io/ftw.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* File tree walker functions. - Copyright (C) 1996-2003, 2004, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1996-2004, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -243,7 +243,7 @@ object_compare (const void *p1, const void *p2) } -static inline int +static int add_object (struct ftw_data *data, struct STAT *st) { struct known_object *newp = malloc (sizeof (struct known_object)); |