summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-15 20:45:36 +0000
committerJim Meyering <jim@meyering.net>2002-12-15 20:45:36 +0000
commiteb4832a29c76364ade60a6de840bde2d95c791d4 (patch)
tree8f5f1c93b661b84c4a7c28e4689742d6ac550a89 /src/stat.c
parent576dca29093151ea439f5389380b0b6a630b6e8c (diff)
downloadcoreutils-eb4832a29c76364ade60a6de840bde2d95c791d4.tar.xz
Remove declaration of nstrftime.
Include strftime.h instead.
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c4
1 files changed, 1 insertions, 3 deletions
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"