diff options
Diffstat (limited to 'libbb/isdirectory.c')
-rw-r--r-- | libbb/isdirectory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/isdirectory.c b/libbb/isdirectory.c index 4a2961e0d..9861be6f8 100644 --- a/libbb/isdirectory.c +++ b/libbb/isdirectory.c | |||
@@ -3,9 +3,9 @@ | |||
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell | 5 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell |
6 | * Permission has been granted to redistribute this code under the GPL. | 6 | * Permission has been granted to redistribute this code under GPL. |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <sys/stat.h> | 11 | #include <sys/stat.h> |