From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- solaris/Platform.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'solaris/Platform.h') diff --git a/solaris/Platform.h b/solaris/Platform.h index c338115..de2b2c9 100644 --- a/solaris/Platform.h +++ b/solaris/Platform.h @@ -25,7 +25,6 @@ in the source distribution for its full text. #define kill(pid, signal) kill(pid / 1024, signal) -extern ProcessFieldData Process_fields[]; typedef struct var kvar_t; typedef struct envAccum_ { @@ -41,14 +40,10 @@ extern const SignalItem Platform_signals[]; extern const unsigned int Platform_numberOfSignals; -extern ProcessField Platform_defaultFields[]; +extern const ProcessField Platform_defaultFields[]; extern const MeterClass* const Platform_meterTypes[]; -extern int Platform_numberOfFields; - -extern char Process_pidFormat[20]; - void Platform_init(void); void Platform_done(void); -- cgit v1.2.3