mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
$NetBSD: patch-cb,v 1.2 2008/11/15 19:34:11 wiz Exp $
|
|
|
|
--- sysdeps/bsd/glibtop_server.h.orig 2008-05-23 22:13:21.000000000 +0000
|
|
+++ 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
|
|
|