From 72e46fc6b4579284fd4e2ad8d72e9907b24bbe74 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Sep 2008 05:55:00 +0000 Subject: [PATCH] Define some GLIBTOP_SUID constants to build procaffinity on NetBSD https://bugzilla.gnome.org/show_bug.cgi?id=553713 --- sysdeps/bsd/glibtop_server.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/bsd/glibtop_server.h b/sysdeps/bsd/glibtop_server.h index cf121212..ca4dde05 100644 --- a/sysdeps/bsd/glibtop_server.h +++ b/sysdeps/bsd/glibtop_server.h @@ -45,6 +45,8 @@ G_BEGIN_DECLS #define GLIBTOP_SUID_NETLOAD (1 << GLIBTOP_SYSDEPS_NETLOAD) #define GLIBTOP_SUID_NETLIST 0 #define GLIBTOP_SUID_PPP (1 << GLIBTOP_SYSDEPS_PPP) +#define GLIBTOP_SUID_PROC_WD 0 +#define GLIBTOP_SUID_PROC_AFFINITY 0 G_END_DECLS