other_dentry.
Call readdir64 instead of readdir.
-/* Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
- struct dirent *other_dentry;
+ struct dirent64 *other_dentry;
const char *other_name;
char *other_path;
struct stat other_stat;
const char *other_name;
char *other_path;
struct stat other_stat;
- other_dentry = readdir (dirp);
+ other_dentry = readdir64 (dirp);
if (other_dentry == NULL)
break;
if (other_dentry == NULL)
break;