]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Mark inclusion of <time.h> from <bsd/bsd.h> deprecated
authorGuillem Jover <guillem@hadrons.org>
Fri, 11 Dec 2009 22:13:42 +0000 (23:13 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 12 Dec 2009 00:11:08 +0000 (01:11 +0100)
This will be removed at some point in the future.

include/bsd/bsd.h

index 437cccc775772103891a358f01d975ee903e0707..8ebb12c586470855611fded57ed4e31d7942e809 100644 (file)
@@ -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