Fix filesystem read/write accounting on OpenBSD
https://bugzilla.gnome.org/show_bug.cgi?id=652980
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: fsusage.c,v 1.3 2011/05/23 19:35:53 jasper Exp $ */
|
||||
/* $OpenBSD: fsusage.c,v 1.4 2011/05/31 19:25:31 jasper Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
void
|
||||
_glibtop_bsd_get_fsusage_read_write(glibtop *server,
|
||||
_glibtop_openbsd_get_fsusage_read_write(glibtop *server,
|
||||
glibtop_fsusage *buf,
|
||||
const char *path);
|
||||
|
||||
void
|
||||
_glibtop_bsd_get_fsusage_read_write(glibtop *server,
|
||||
_glibtop_openbsd_get_fsusage_read_write(glibtop *server,
|
||||
glibtop_fsusage *buf,
|
||||
const char *path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user