Commit dd2756e000208ee9e4cde3373f217fc7c98f0610

Guillem Jover 2009-12-11T23:13:42

Mark inclusion of <time.h> from <bsd/bsd.h> deprecated This will be removed at some point in the future.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h
index 437cccc..8ebb12c 100644
--- a/include/bsd/bsd.h
+++ b/include/bsd/bsd.h
@@ -40,6 +40,8 @@
 #include <bsd/err.h>
 #include <bsd/getopt.h>
 #include <bsd/md5.h>
+
+/* FIXME: Will be removed in the future. */
 #include <time.h>
 
 #endif