diff options
author | Julio M. Merino Vidal <jmmv@NetBSD.org> | 2006-04-04 20:06:14 +0000 |
---|---|---|
committer | BenoƮt Dejean <bdejean@src.gnome.org> | 2006-04-04 20:06:14 +0000 |
commit | 3558c4d5c3615e7c0fc6057de0b0dd55cd91035f (patch) | |
tree | 1ba0bdaad0227697283f164860f9e1f90ea3c8c6 /sysdeps/aix | |
parent | 1870a035383b237ecd5384f689dbd33854b9cc1e (diff) | |
download | libgtop-3558c4d5c3615e7c0fc6057de0b0dd55cd91035f.tar.gz |
Synch the list of GLIBTOP_SUID_* constants with those expected by the
2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org>
* sysdeps/aix/glibtop_server.h:
* sysdeps/freebsd/glibtop_server.h:
* sysdeps/osf1/glibtop_server.h:
* sysdeps/stub/glibtop_server.h:
* sysdeps/stub_suid/glibtop_server.h:
Synch the list of GLIBTOP_SUID_* constants with those expected by
the lib/sysdeps.c file. Fixes the build under, at least, NetBSD
and FreeBSD.
Fixes bug #337246.
Diffstat (limited to 'sysdeps/aix')
-rw-r--r-- | sysdeps/aix/glibtop_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aix/glibtop_server.h b/sysdeps/aix/glibtop_server.h index 3874a3e5..c6a65d74 100644 --- a/sysdeps/aix/glibtop_server.h +++ b/sysdeps/aix/glibtop_server.h @@ -45,6 +45,7 @@ G_BEGIN_DECLS #define GLIBTOP_SUID_PROC_ARGS 0 #define GLIBTOP_SUID_PROC_MAP 0 #define GLIBTOP_SUID_NETLOAD (1 << GLIBTOP_SYSDEPS_NETLOAD) +#define GLIBTOP_SUID_NETLIST 0 #define GLIBTOP_SUID_PPP 0 G_END_DECLS |