From: Jim Meyering Date: Mon, 2 Feb 2004 07:59:23 +0000 (+0000) Subject: (TIMESPEC_NS): Remove definition. X-Git-Tag: v5.1.3~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19b1ba88d561213ab34da7e1ec5eb88c14df122e;p=thirdparty%2Fcoreutils.git (TIMESPEC_NS): Remove definition. --- 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