summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 04:29:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 04:29:32 +0000
commit0f4bf2f2aab1bd1760fdd1e7cd28be707475d1ec (patch)
treef8224658b85ad5150f495aaaaab90f80082e178a /cpukit
parent2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0f4bf2f2aab1bd1760fdd1e7cd28be707475d1ec.tar.bz2
Remove DAYSPERNYEAR, SECSPERDAY.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libmisc/shell/extern-ls.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/libmisc/shell/extern-ls.h b/cpukit/libmisc/shell/extern-ls.h
index 01575ba7df..33f713b66e 100644
--- a/cpukit/libmisc/shell/extern-ls.h
+++ b/cpukit/libmisc/shell/extern-ls.h
@@ -189,7 +189,4 @@ void usage(rtems_shell_ls_globals* globals);
void strmode(mode_t mode, char *p);
-#define DAYSPERNYEAR 365
-#define SECSPERDAY (60 * 60 * 24)
-
#endif /* !_EXTERN_H_ */