From eb4832a29c76364ade60a6de840bde2d95c791d4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Dec 2002 20:45:36 +0000 Subject: Remove declaration of nstrftime. Include strftime.h instead. --- src/stat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index 2204eb918..e4f9dd514 100644 --- a/src/stat.c +++ b/src/stat.c @@ -52,6 +52,7 @@ #include "getopt.h" #include "quote.h" #include "quotearg.h" +#include "strftime.h" #include "xreadlink.h" #define NAMEMAX_FORMAT PRIuMAX @@ -77,9 +78,6 @@ # define NAMEMAX_FORMAT "s" #endif -size_t nstrftime PARAMS ((char *, size_t, char const *, - struct tm const *, int, int)); - #define PROGRAM_NAME "stat" #define AUTHORS "Michael Meskes" -- cgit v1.2.3-54-g00ecf