From b90fdf618f13b2ba4f64ba0f1861088c2ae58844 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Sun, 5 Feb 2023 03:20:15 +0100 Subject: New upstream version 3.2.2 --- ProcessLocksScreen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ProcessLocksScreen.h') diff --git a/ProcessLocksScreen.h b/ProcessLocksScreen.h index c848228..417df7b 100644 --- a/ProcessLocksScreen.h +++ b/ProcessLocksScreen.h @@ -3,7 +3,7 @@ /* htop - ProcessLocksScreen.h (C) 2020 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ @@ -26,8 +26,8 @@ typedef struct FileLocks_Data_ { char* exclusive; char* readwrite; char* filename; - int id; - unsigned int dev[2]; + int fd; + dev_t dev; uint64_t inode; uint64_t start; uint64_t end; -- cgit v1.2.3