openbsd-ports/devel/libgtop2/patches/patch-sysdeps_bsd_glibtop_server_h
ajacoutot 40fdf8a7c1 Implements procwd and procopenfiles using a wrapper around lsof(8)
(from FreeBSD sysdeps directory).
Merge proctime.c patch from pkgsrc.
Several other cleanings.
2010-04-18 12:32:09 +00:00

13 lines
477 B
Plaintext

$OpenBSD: patch-sysdeps_bsd_glibtop_server_h,v 1.4 2010/04/18 12:32:09 ajacoutot Exp $
--- sysdeps/bsd/glibtop_server.h.orig Sun Apr 19 19:51:00 2009
+++ sysdeps/bsd/glibtop_server.h Sun Apr 18 12:07:35 2010
@@ -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