summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-02 07:59:23 +0000
committerJim Meyering <jim@meyering.net>2004-02-02 07:59:23 +0000
commit19b1ba88d561213ab34da7e1ec5eb88c14df122e (patch)
tree7a0e13e061f9fbfbddf0f726a88722450ceb315e /src
parent206610bd6c3ba17f159f8b4f1c84bbbd64aaf526 (diff)
downloadcoreutils-19b1ba88d561213ab34da7e1ec5eb88c14df122e.tar.xz
(TIMESPEC_NS): Remove definition.
Diffstat (limited to 'src')
-rw-r--r--src/ls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ls.c b/src/ls.c
index 8a0928647..74d8cd477 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -143,12 +143,6 @@ int rpl_lstat (const char *, struct stat *);
# define DT_INIT(Val) /* empty */
#endif
-#ifdef ST_MTIM_NSEC
-# define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC)
-#else
-# define TIMESPEC_NS(timespec) 0
-#endif
-
#if ! HAVE_STRUCT_STAT_ST_AUTHOR
# define st_author st_uid
#endif