summaryrefslogtreecommitdiff
path: root/src/time/getdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/getdate.c')
-rw-r--r--src/time/getdate.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/getdate.c b/src/time/getdate.c
index a6a7ec69..a181326f 100644
--- a/src/time/getdate.c
+++ b/src/time/getdate.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <time.h>
struct tm *getdate(const char *string)
@@ -8,3 +10,6 @@ struct tm *getdate(const char *string)
/*
XOPEN(400)
*/
+
+
+#endif