summaryrefslogtreecommitdiffstats
path: root/devel/libgtop/files/patch-sysdeps_freebsd_fsusage.c
blob: 3269c8dd482ccf3d0b48f61fff7b1a7c14f6815b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- sysdeps/freebsd/fsusage.c.orig  2007-11-03 00:00:42.000000000 -0400
+++ sysdeps/freebsd/fsusage.c   2007-11-03 00:03:44.000000000 -0400
@@ -22,14 +22,7 @@
 #include <stdlib.h>
 
 void
-_glibtop_freebsd_get_fsusage_read_write(glibtop *server,
-                                        glibtop_fsusage *buf,
-                                        const char *path);
-
-void
-_glibtop_freebsd_get_fsusage_read_write(glibtop *server,
-                                        glibtop_fsusage *buf,
-                                        const char *path)
+glibtop_get_fsusage_s(glibtop *server, glibtop_fsusage *buf, const char *path)
 {
         int result;
         struct statfs sfs;