Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #883 from yebblies/tmpdir
Browse files Browse the repository at this point in the history
[DDMD] Add missing P_tmpdir declaration for freebsd
  • Loading branch information
Alex Rønne Petersen committed Jul 15, 2014
2 parents 7d2a2ef + a1aa15b commit a42cc7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/sys/posix/stdio.d
Expand Up @@ -240,4 +240,7 @@ version( OSX )
{
enum P_tmpdir = "/var/tmp";
}

version( FreeBSD )
{
enum P_tmpdir = "/var/tmp/";
}

0 comments on commit a42cc7f

Please sign in to comment.