1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

Remove declaration of nstrftime.

Include strftime.h instead.
This commit is contained in:
Jim Meyering
2002-12-15 20:45:36 +00:00
parent 576dca2909
commit eb4832a29c
3 changed files with 3 additions and 8 deletions
+1 -3
View File
@@ -33,6 +33,7 @@
#include "getline.h"
#include "posixtm.h"
#include "posixver.h"
#include "strftime.h"
#include "timespec.h"
/* The official name of this program (e.g., no `g' prefix). */
@@ -42,9 +43,6 @@
int putenv ();
size_t nstrftime PARAMS ((char *, size_t, char const *,
struct tm const *, int, int));
static void show_date PARAMS ((const char *format, struct timespec when));
enum Time_spec
+1 -2
View File
@@ -118,6 +118,7 @@ int wcwidth ();
#include "quote.h"
#include "quotearg.h"
#include "same.h"
#include "strftime.h"
#include "strverscmp.h"
#include "xstrtol.h"
#include "xreadlink.h"
@@ -249,8 +250,6 @@ struct bin_str
time_t time ();
#endif
size_t nstrftime PARAMS ((char *, size_t, char const *,
struct tm const *, int, int));
char *getgroup ();
char *getuser ();
+1 -3
View File
@@ -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"