]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TIMESPEC_NS): Remove definition.
authorJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 07:59:23 +0000 (07:59 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 07:59:23 +0000 (07:59 +0000)
src/ls.c

index 8a092864784bd8864414fd8cb2722fa9b4f36a2f..74d8cd4777680f60aec86e1d5f0a1cad8343f58c 100644 (file)
--- 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