aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/lluuid.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:11 -0500
committerJacek Antonelli2008-08-15 23:45:11 -0500
commit215f423cbe18fe9ca14a26caef918d303bad28ff (patch)
tree0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/llmath/lluuid.cpp
parentSecond Life viewer sources 1.18.3.5-RC (diff)
downloadmeta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/llmath/lluuid.cpp')
-rw-r--r--linden/indra/llmath/lluuid.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/linden/indra/llmath/lluuid.cpp b/linden/indra/llmath/lluuid.cpp
index 97d8c1c..1a7f90f 100644
--- a/linden/indra/llmath/lluuid.cpp
+++ b/linden/indra/llmath/lluuid.cpp
@@ -1,6 +1,8 @@
1/** 1/**
2 * @file lluuid.cpp 2 * @file lluuid.cpp
3 * 3 *
4 * $LicenseInfo:firstyear=2000&license=viewergpl$
5 *
4 * Copyright (c) 2000-2007, Linden Research, Inc. 6 * Copyright (c) 2000-2007, Linden Research, Inc.
5 * 7 *
6 * Second Life Viewer Source Code 8 * Second Life Viewer Source Code
@@ -23,6 +25,7 @@
23 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
24 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
25 * COMPLETENESS OR PERFORMANCE. 27 * COMPLETENESS OR PERFORMANCE.
28 * $/LicenseInfo$
26 */ 29 */
27 30
28#include "linden_common.h" 31#include "linden_common.h"
@@ -34,7 +37,6 @@
34# include <windows.h> 37# include <windows.h>
35#endif 38#endif
36 39
37#include "stdtypes.h"
38#include "lldefs.h" 40#include "lldefs.h"
39#include "llerror.h" 41#include "llerror.h"
40 42
@@ -516,8 +518,6 @@ S32 LLUUID::getNodeID(unsigned char * node_id)
516/* 518/*
517 * Get an ethernet hardware address, if we can find it... 519 * Get an ethernet hardware address, if we can find it...
518 */ 520 */
519#include <stdio.h>
520#include <stdlib.h>
521#include <unistd.h> 521#include <unistd.h>
522#include <sys/types.h> 522#include <sys/types.h>
523#include <sys/time.h> 523#include <sys/time.h>
@@ -598,11 +598,8 @@ S32 LLUUID::getNodeID(unsigned char *node_id)
598 * Get the ethernet hardware address, if we can find it... 598 * Get the ethernet hardware address, if we can find it...
599 */ 599 */
600#include <unistd.h> 600#include <unistd.h>
601#include <stdlib.h>
602#include <string.h>
603#include <fcntl.h> 601#include <fcntl.h>
604#include <errno.h> 602#include <errno.h>
605#include <time.h>
606#include <sys/types.h> 603#include <sys/types.h>
607#include <sys/time.h> 604#include <sys/time.h>
608#include <sys/stat.h> 605#include <sys/stat.h>