summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio M. Merino Vidal <jmmv@NetBSD.org>2006-04-04 20:06:14 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-04-04 20:06:14 +0000
commit3558c4d5c3615e7c0fc6057de0b0dd55cd91035f (patch)
tree1ba0bdaad0227697283f164860f9e1f90ea3c8c6
parent1870a035383b237ecd5384f689dbd33854b9cc1e (diff)
downloadlibgtop-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.
-rw-r--r--ChangeLog14
-rw-r--r--sysdeps/aix/glibtop_server.h1
-rw-r--r--sysdeps/freebsd/glibtop_server.h1
-rw-r--r--sysdeps/osf1/glibtop_server.h1
-rw-r--r--sysdeps/stub/glibtop_server.h1
-rw-r--r--sysdeps/stub_suid/glibtop_server.h1
-rw-r--r--sysdeps/sun4/glibtop_server.h4
7 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c55bab5..c83aecc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
2006-04-02 Benoît Dejean <benoit@placenet.org>
* configure.in:
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
diff --git a/sysdeps/freebsd/glibtop_server.h b/sysdeps/freebsd/glibtop_server.h
index 8bfa4a6c..087e2a35 100644
--- a/sysdeps/freebsd/glibtop_server.h
+++ b/sysdeps/freebsd/glibtop_server.h
@@ -45,6 +45,7 @@ G_BEGIN_DECLS
#define GLIBTOP_SUID_PROC_ARGS (1 << GLIBTOP_SYSDEPS_PROC_ARGS)
#define GLIBTOP_SUID_PROC_MAP (1 << GLIBTOP_SYSDEPS_PROC_MAP)
#define GLIBTOP_SUID_NETLOAD (1 << GLIBTOP_SYSDEPS_NETLOAD)
+#define GLIBTOP_SUID_NETLIST 0
#define GLIBTOP_SUID_PPP (1 << GLIBTOP_SYSDEPS_PPP)
G_END_DECLS
diff --git a/sysdeps/osf1/glibtop_server.h b/sysdeps/osf1/glibtop_server.h
index 7f83c86d..6de61a09 100644
--- a/sysdeps/osf1/glibtop_server.h
+++ b/sysdeps/osf1/glibtop_server.h
@@ -45,6 +45,7 @@ G_BEGIN_DECLS
#define GLIBTOP_SUID_PROC_MAP (1 << GLIBTOP_SYSDEPS_PROC_MAP)
#define GLIBTOP_SUID_PROC_ARGS (1 << GLIBTOP_SYSDEPS_PROC_ARGS)
#define GLIBTOP_SUID_NETLOAD (1 << GLIBTOP_SYSDEPS_NETLOAD)
+#define GLIBTOP_SUID_NETLIST 0
#define GLIBTOP_SUID_PPP 0
G_END_DECLS
diff --git a/sysdeps/stub/glibtop_server.h b/sysdeps/stub/glibtop_server.h
index 5a8c68e9..60746379 100644
--- a/sysdeps/stub/glibtop_server.h
+++ b/sysdeps/stub/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 0
+#define GLIBTOP_SUID_NETLIST 0
#define GLIBTOP_SUID_PPP 0
G_END_DECLS
diff --git a/sysdeps/stub_suid/glibtop_server.h b/sysdeps/stub_suid/glibtop_server.h
index 8bfa4a6c..087e2a35 100644
--- a/sysdeps/stub_suid/glibtop_server.h
+++ b/sysdeps/stub_suid/glibtop_server.h
@@ -45,6 +45,7 @@ G_BEGIN_DECLS
#define GLIBTOP_SUID_PROC_ARGS (1 << GLIBTOP_SYSDEPS_PROC_ARGS)
#define GLIBTOP_SUID_PROC_MAP (1 << GLIBTOP_SYSDEPS_PROC_MAP)
#define GLIBTOP_SUID_NETLOAD (1 << GLIBTOP_SYSDEPS_NETLOAD)
+#define GLIBTOP_SUID_NETLIST 0
#define GLIBTOP_SUID_PPP (1 << GLIBTOP_SYSDEPS_PPP)
G_END_DECLS
diff --git a/sysdeps/sun4/glibtop_server.h b/sysdeps/sun4/glibtop_server.h
index ffdff197..5da92bcc 100644
--- a/sysdeps/sun4/glibtop_server.h
+++ b/sysdeps/sun4/glibtop_server.h
@@ -42,7 +42,11 @@ G_BEGIN_DECLS
#define GLIBTOP_SUID_PROC_SIGNAL (1 << GLIBTOP_SYSDEPS_PROC_SIGNAL)
#define GLIBTOP_SUID_PROC_KERNEL (1 << GLIBTOP_SYSDEPS_PROC_KERNEL)
#define GLIBTOP_SUID_PROC_SEGMENT (1 << GLIBTOP_SYSDEPS_PROC_SEGMENT)
+#define GLIBTOP_SUID_PROC_ARGS 0
#define GLIBTOP_SUID_PROC_MAP (1 << GLIBTOP_SYSDEPS_PROC_MAP)
+#define GLIBTOP_SUID_NETLOAD 0
+#define GLIBTOP_SUID_NETLIST 0
+#define GLIBTOP_SUID_PPP 0
G_END_DECLS