Changeset 4287 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Aug 22, 2007 2:49:19 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/env-generic.cpp
r4130 r4287 33 33 34 34 #include <string.h> 35 36 #if defined(RT_OS_SOLARIS) 37 /* It's an implementation detail in Solaris, see 38 * http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/gen/getenv.c line 50. 39 */ 40 extern const char **environ; 41 #endif 35 42 36 43 struct RTENVINTERNAL
Note:
See TracChangeset
for help on using the changeset viewer.