]> git.llucax.com Git - software/druntime.git/blobdiff - import/stdc/time.d
Fixed a few build script issues on posix, including a bug in looking for some of...
[software/druntime.git] / import / stdc / time.d
index 6030c58db71bfb73adeaf442562259bc139ff991..7422c83d6a63c5aa9fafc6181ef819f812e8ed45 100644 (file)
@@ -59,7 +59,7 @@ else version( darwin )
 }
 else version( freebsd )
 {
 }
 else version( freebsd )
 {
-        clock_t CLOCKS_PER_SEC = 128;
+    clock_t CLOCKS_PER_SEC = 128;
 }
 else
 {
 }
 else
 {
@@ -93,3 +93,7 @@ else version( linux )
 {
     void tzset();
 }
 {
     void tzset();
 }
+else version( freebsd )
+{
+    void tzset();
+}