diff --git a/src/os/solaris/get_mib2.c b/src/os/solaris/get_mib2.c index 1e4ca41a..fbcadc63 100644 --- a/src/os/solaris/get_mib2.c +++ b/src/os/solaris/get_mib2.c @@ -32,6 +32,11 @@ * 4. This notice may not be removed or altered. */ +/* + * Altered for sigar: + * - remove static stuff to make thread-safe by Doug MacEachern (3/11/05) + */ + #if 0 /*ndef lint -Wall -Werror*/ static char copyright[] = "@(#) Copyright 1995 Purdue Research Foundation.\nAll rights reserved.\n"; diff --git a/src/os/solaris/get_mib2.h b/src/os/solaris/get_mib2.h index 1e90095e..53116c5c 100644 --- a/src/os/solaris/get_mib2.h +++ b/src/os/solaris/get_mib2.h @@ -33,9 +33,10 @@ */ /* - * Changes for sigar: - * - remove static stuff to make thread-safe + * Altered for sigar: + * - remove static stuff to make thread-safe by Doug MacEachern (3/11/05) */ + #if !defined(GET_MIB2_H) #define GET_MIB2_H