*** empty log message ***

This commit is contained in:
Martin Baulig
1998-06-02 19:42:53 +00:00
parent f233a1673f
commit e71eb0e75b
4 changed files with 10 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ main(int argc, char *argv[])
glibtop_version ();
glibtop_open (&server, argv [0], 0, GLIBTOP_OPEN_NO_OVERRIDE);
glibtop_open__l (&server, argv [0], 0, GLIBTOP_OPEN_NO_OVERRIDE);
/* close all file descriptors except ones used by the pipes (0 and 1). */
max_fd = GET_MAX_FDS();

View File

@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
setreuid (uid, euid); setregid (gid, egid);
glibtop_open (&server, argv [0], 0, 0);
glibtop_open__r (&server, argv [0], 0, 0);
if (setreuid (euid, uid)) _exit (1);