From a01c32ad5f84d104244e2e6cfa75f4f2726ddd13 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 4 Feb 2001 22:44:33 +0000 Subject: Add wmfsm 0.31, displays filesystem usage of mountpoints in a nice WindowMaker dockapp. PR: 24012 Submitted by: Steven Enderle --- sysutils/wmfsm/files/patch-aa | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sysutils/wmfsm/files/patch-aa (limited to 'sysutils/wmfsm/files/patch-aa') diff --git a/sysutils/wmfsm/files/patch-aa b/sysutils/wmfsm/files/patch-aa new file mode 100644 index 000000000000..1e768f203b14 --- /dev/null +++ b/sysutils/wmfsm/files/patch-aa @@ -0,0 +1,41 @@ + +$FreeBSD$ + +--- wmfsm.c.orig Thu Aug 26 09:42:39 1999 ++++ wmfsm.c Mon Feb 5 00:38:13 2001 +@@ -59,7 +59,7 @@ + #elif defined(SunOS) + # define STATFS(a,b) statfs(a,b,sizeof(struct statfs),0) + # include +-#elif defined(__OpenBSD__) ++#elif defined(__OpenBSD__) || defined(__FreeBSD__) + # define STATFS(a,b) statfs(a,b) + # include + # include +@@ -362,7 +362,7 @@ + + void readFileSystems(){ + /* Look for the goods between #if defined(__OpenBSD__) -- tschroed */ +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || defined(__FreeBSD__) + #define MAXMOUNT 32 + struct statfs sfs[MAXMOUNT]; + int fscount; +@@ -379,7 +379,7 @@ + { numberfs--; fscount--; } + else + mp[numberfs]=strdup(sfs[numberfs].f_mntonname); +-#else /* __OpenBSD__ */ ++#else /* __OpenBSD__ || __FreeBSD__ */ + + FILE *fp; + char mountPoint[255],dummy[255],fstype[255],options[255]; +@@ -424,7 +424,7 @@ + mp[numberfs++]=strdup(mountPoint); + } + } +-#endif /* __OpenBSD__ */ ++#endif /* __OpenBSD__ || __FreeBSD__ */ + excludeFileSystems(); + } + void excludeFileSystems(){ -- cgit v1.2.3