diff options
Diffstat (limited to 'Userland/top.cpp')
-rw-r--r-- | Userland/top.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/top.cpp b/Userland/top.cpp index 46c82d0479..41dffcd449 100644 --- a/Userland/top.cpp +++ b/Userland/top.cpp @@ -42,9 +42,9 @@ struct ThreadData { int tid; pid_t pid; - unsigned pgid; - unsigned pgp; - unsigned sid; + pid_t pgid; + pid_t pgp; + pid_t sid; uid_t uid; gid_t gid; pid_t ppid; |