Whitespace clean up.
* procuid.c: (glibtop_get_proc_uid_s): Whitespace clean up.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-06-08 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* procuid.c: (glibtop_get_proc_uid_s): Whitespace clean up.
|
||||||
|
|
||||||
2004-06-08 Benoît Dejean <tazforever@dlfp.org>
|
2004-06-08 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* glibtop_server.h: Small clean up.
|
* glibtop_server.h: Small clean up.
|
||||||
|
@@ -51,7 +51,7 @@ void
|
|||||||
glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
|
glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
|
||||||
{
|
{
|
||||||
char buffer [BUFSIZ], *p;
|
char buffer [BUFSIZ], *p;
|
||||||
|
|
||||||
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_UID, 0);
|
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_UID, 0);
|
||||||
|
|
||||||
memset (buf, 0, sizeof (glibtop_proc_uid));
|
memset (buf, 0, sizeof (glibtop_proc_uid));
|
||||||
@@ -104,7 +104,7 @@ glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
|
|||||||
buf->tpgid = strtol (p, &p, 0);
|
buf->tpgid = strtol (p, &p, 0);
|
||||||
|
|
||||||
p = skip_multiple_token (p, 9);
|
p = skip_multiple_token (p, 9);
|
||||||
|
|
||||||
buf->priority = strtol (p, &p, 0);
|
buf->priority = strtol (p, &p, 0);
|
||||||
buf->nice = strtol (p, &p, 0);
|
buf->nice = strtol (p, &p, 0);
|
||||||
|
|
||||||
@@ -120,6 +120,6 @@ glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid)
|
|||||||
if (server->os_version_code < LINUX_VERSION(1,1,30) && buf->tty != -1)
|
if (server->os_version_code < LINUX_VERSION(1,1,30) && buf->tty != -1)
|
||||||
/* when tty wasn't full devno */
|
/* when tty wasn't full devno */
|
||||||
buf->tty = 4*0x100 + buf->tty;
|
buf->tty = 4*0x100 + buf->tty;
|
||||||
|
|
||||||
buf->flags |= _glibtop_sysdeps_proc_uid_stat;
|
buf->flags |= _glibtop_sysdeps_proc_uid_stat;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user