git-svn-id: https://profuse.googlecode.com/svn/branches/v2@246 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-21 01:29:06 +00:00
parent cff29a4736
commit 0af8ce500a
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#include <Pascal/Date.h>
#include <vector>
#include <string>
namespace Device {
class BlockDevice;

View File

@ -287,7 +287,7 @@ int main(int argc, char **argv)
#ifdef __linux__
putenv("POSIXLY_CORRECT=1"); // fix getopt to not mutate
putenv((char *)"POSIXLY_CORRECT=1"); // fix getopt to not mutate
#endif
/*