From 30bf8d04183c26ca48c6cd4efe4c24058a082783 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 6 Nov 2020 09:52:00 -0600 Subject: Revert "Handle LVM and RAID" This reverts commit 9cbb3b91f11ad0c4944a1428d609201c054cffab. --- sysdeps/linux/glibtop_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/linux/glibtop_private.h') diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h index 66fed54c..d42ee669 100644 --- a/sysdeps/linux/glibtop_private.h +++ b/sysdeps/linux/glibtop_private.h @@ -61,8 +61,8 @@ skip_line (const char *p) return (char *) (*p ? p+1 : p); } -void -get_from_pipe (char *buffer, const char *cmd) +int +check_alphanumeric_word (const char *p); /* * Smart strtoul which handles binary suffixes -- cgit v1.2.1