From 19b1ba88d561213ab34da7e1ec5eb88c14df122e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Feb 2004 07:59:23 +0000 Subject: [PATCH] (TIMESPEC_NS): Remove definition. --- src/ls.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ls.c b/src/ls.c index 8a09286478..74d8cd4777 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 -- 2.47.2