openbsd-ports/devel/libgtop2/patches/patch-sysdeps_bsd_open_c
ajacoutot ed999124da Remove the post-install target, we set permissions with PLIST markers.
Fix some ifdef mess in sysdeps/bsd/procmem.c.
Fix some warnings and implicit references.
Fix subnet display.
Bring a couple of patches from FreeBSD.

This is still not perfect but libgtop2 is now much more robust.
2010-04-08 15:57:46 +00:00

12 lines
331 B
Plaintext

$OpenBSD: patch-sysdeps_bsd_open_c,v 1.1 2010/04/08 15:57:46 ajacoutot Exp $
--- sysdeps/bsd/open.c.orig Fri Apr 2 09:53:44 2010
+++ sysdeps/bsd/open.c Fri Apr 2 09:54:10 2010
@@ -21,6 +21,7 @@
#include <config.h>
#include <glibtop.h>
+#include <glibtop/error.h>
#include <glibtop/open.h>
#include <glibtop/init_hooks.h>