From de149cdbaf9327b5dbb85b1a473fce5c6ec7951f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 20:26:07 +0000 Subject: Make local functions static. --- dirent/list.c | 4 ++-- dirent/opendir-tst1.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dirent') 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 -int +static int test (const char *name) { DIR *dirp; diff --git a/dirent/opendir-tst1.c b/dirent/opendir-tst1.c index 4ecd5ae446..37f876cc4a 100644 --- a/dirent/opendir-tst1.c +++ b/dirent/opendir-tst1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1998. The GNU C Library is free software; you can redistribute it and/or @@ -84,7 +84,7 @@ do_test (int argc, char *argv[]) } -void +static void do_cleanup (void) { remove (tmpname); -- cgit v1.2.3-70-g09d2