diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-02 07:59:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-02 07:59:23 +0000 |
commit | 19b1ba88d561213ab34da7e1ec5eb88c14df122e (patch) | |
tree | 7a0e13e061f9fbfbddf0f726a88722450ceb315e /src | |
parent | 206610bd6c3ba17f159f8b4f1c84bbbd64aaf526 (diff) | |
download | coreutils-19b1ba88d561213ab34da7e1ec5eb88c14df122e.tar.xz |
(TIMESPEC_NS): Remove definition.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |