From 65357c8c46154de4e4eca14075bfe5523bb5fc14 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Dec 2020 10:26:01 +0100 Subject: New upstream version 3.0.3 --- zfs/ZfsArcStats.c | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'zfs/ZfsArcStats.c') diff --git a/zfs/ZfsArcStats.c b/zfs/ZfsArcStats.c index bfed07d..bead846 100644 --- a/zfs/ZfsArcStats.c +++ b/zfs/ZfsArcStats.c @@ -1,24 +1,10 @@ /* htop - ZfsArcStats.c (C) 2014 Hisham H. Muhammad -Released under the GNU GPL, see the COPYING file +Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -/*{ -typedef struct ZfsArcStats_ { - int enabled; - int isCompressed; - unsigned long long int max; - unsigned long long int size; - unsigned long long int MFU; - unsigned long long int MRU; - unsigned long long int anon; - unsigned long long int header; - unsigned long long int other; - unsigned long long int compressed; - unsigned long long int uncompressed; -} ZfsArcStats; -}*/ +#include "Macros.h" -static int make_iso_compilers_happy __attribute__((unused)); +static int make_iso_compilers_happy ATTR_UNUSED; -- cgit v1.2.3