perl -pni -e 's,server->machine,server->_priv->machine,g' *.c *.h

This commit is contained in:
Martin Baulig
2000-01-18 11:29:44 +00:00
parent 992e064952
commit 15da337d8a

View File

@@ -81,7 +81,7 @@ glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf,
memset (buf, 0, sizeof (glibtop_proclist));
for (entry = 0; entry < server->machine.proctable_entries;
for (entry = 0; entry < server->_priv->machine.proctable_entries;
entry += ELEMENTS_PER_ENTRY)
{
/* !!! THE FOLLOWING CODE RUNS SUID ROOT -