diff options
Diffstat (limited to 'dirent/list.c')
-rw-r--r-- | dirent/list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/list.c b/dirent/list.c index 6ce22c6ea1..ae80def4e7 100644 --- a/dirent/list.c +++ b/dirent/list.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1997, 1998, 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 @@ -23,7 +23,7 @@ #include <dirent.h> -int +static int test (const char *name) { DIR *dirp; |