From 10ac32d68eb7c0e36b2ed9cf1e62a74583c70027 Mon Sep 17 00:00:00 2001 From: albert <> Date: Wed, 5 Jan 2005 20:50:54 +0000 Subject: [PATCH] compile with glibc 2.2.17 and older --- NEWS | 1 + slabtop.c | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b1e6a21f..05344e98 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ procps-3.2.4 --> procps-3.2.5 ps: security labels can contain any printable ASCII top: help and version message on stdout, with exit(0) #283541 ps: SIGTSTP from ^Z shouldn't print bug email address +slabtop: compile with glibc 2.2.17 (and older, likely) procps-3.2.3 --> procps-3.2.4 diff --git a/slabtop.c b/slabtop.c index 161df4f1..d33d4da7 100644 --- a/slabtop.c +++ b/slabtop.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include @@ -20,7 +19,11 @@ #include #include #include + #include +#include +#include +#include #include "proc/slab.h" #include "proc/version.h" -- 2.40.0