diff options
Diffstat (limited to 'linden/indra/mac_crash_logger/mac_crash_logger.cpp')
-rw-r--r-- | linden/indra/mac_crash_logger/mac_crash_logger.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/mac_crash_logger/mac_crash_logger.cpp b/linden/indra/mac_crash_logger/mac_crash_logger.cpp index b1f70e0..2501b4a 100644 --- a/linden/indra/mac_crash_logger/mac_crash_logger.cpp +++ b/linden/indra/mac_crash_logger/mac_crash_logger.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file mac_crash_logger.cpp | 2 | * @file mac_crash_logger.cpp |
3 | * @brief Mac OSX crash logger implementation | 3 | * @brief Mac OSX crash logger implementation |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2003-2007, Linden Research, Inc. | 7 | * Copyright (c) 2003-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,14 +26,11 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #include "linden_common.h" | 32 | #include "linden_common.h" |
30 | 33 | ||
31 | #include <stdio.h> | ||
32 | #include <stdlib.h> | ||
33 | //#include <direct.h> | ||
34 | #include <time.h> | ||
35 | #include <sys/types.h> | 34 | #include <sys/types.h> |
36 | #include <sys/stat.h> | 35 | #include <sys/stat.h> |
37 | #include <unistd.h> | 36 | #include <unistd.h> |