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

Commit

Permalink
Add missing P_tmpdir declaration for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Jul 12, 2014
1 parent b0920b6 commit a1aa15b
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 a1aa15b

Please sign in to comment.