From 4617a37edfc291a0942027231691bdbf6109b9cb Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Wed, 3 Jan 2007 21:05:41 +0000 Subject: corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762 --- indra/llvfs/lldir_linux.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indra/llvfs/lldir_linux.cpp') diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp index 6e50f9f239..c72587b9b5 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -68,7 +68,9 @@ LLDir_Linux::LLDir_Linux() char path [32]; - // !!! FIXME: /proc/%d/exe doesn't work on FreeBSD. + // *NOTE: /proc/%d/exe doesn't work on FreeBSD. But that's ok, + // because this is the linux implementation. + sprintf (path, "/proc/%d/exe", (int) getpid ()); int rc = readlink (path, tmp_str, sizeof (tmp_str)-1); if ( (rc != -1) && (rc <= ((int) sizeof (tmp_str)-1)) ) @@ -89,7 +91,7 @@ LLDir_Linux::LLDir_Linux() } } - // !!! FIXME: don't use /tmp, use $HOME/.secondlife/tmp or something. + // *TODO: don't use /tmp, use $HOME/.secondlife/tmp or something. mTempDir = "/tmp"; } -- cgit v1.3