clearly mark altered as required by license
This commit is contained in:
parent
bb54a1869a
commit
5ff9191626
|
@ -32,6 +32,11 @@
|
||||||
* 4. This notice may not be removed or altered.
|
* 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*/
|
#if 0 /*ndef lint -Wall -Werror*/
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"@(#) Copyright 1995 Purdue Research Foundation.\nAll rights reserved.\n";
|
"@(#) Copyright 1995 Purdue Research Foundation.\nAll rights reserved.\n";
|
||||||
|
|
|
@ -33,9 +33,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Changes for sigar:
|
* Altered for sigar:
|
||||||
* - remove static stuff to make thread-safe
|
* - remove static stuff to make thread-safe by Doug MacEachern (3/11/05)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(GET_MIB2_H)
|
#if !defined(GET_MIB2_H)
|
||||||
#define GET_MIB2_H
|
#define GET_MIB2_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue