From 8fe76cd1711e2e0039e274fd79c859182b97348f Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 8 Feb 2016 15:38:48 +0100 Subject: ipcs: ulong -> unsigned long Signed-off-by: Ruediger Meier --- sys-utils/ipcutils.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-utils/ipcutils.h') diff --git a/sys-utils/ipcutils.h b/sys-utils/ipcutils.h index 26fbbcf4d..444065a83 100644 --- a/sys-utils/ipcutils.h +++ b/sys-utils/ipcutils.h @@ -35,11 +35,11 @@ # define SHM_INFO 14 struct shm_info { int used_ids; - ulong shm_tot; /* total allocated shm */ - ulong shm_rss; /* total resident shm */ - ulong shm_swp; /* total swapped shm */ - ulong swap_attempts; - ulong swap_successes; + unsigned long shm_tot; /* total allocated shm */ + unsigned long shm_rss; /* total resident shm */ + unsigned long shm_swp; /* total swapped shm */ + unsigned long swap_attempts; + unsigned long swap_successes; }; #endif -- cgit v1.2.3-55-g7522