aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mount.app/files
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-03-27 23:02:42 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-03-27 23:02:42 +0000
commita86edccfac177efa433a9ba18b98ed7ff25020b6 (patch)
tree66a93ce040a87883418dfac701d4802c10a549c6 /sysutils/mount.app/files
parent415b49283ad2af7d0fb555365cd4068413c31a3c (diff)
downloadports-a86edccfac177efa433a9ba18b98ed7ff25020b6.tar.gz
ports-a86edccfac177efa433a9ba18b98ed7ff25020b6.zip
Notes
Diffstat (limited to 'sysutils/mount.app/files')
-rw-r--r--sysutils/mount.app/files/patch-properties.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/mount.app/files/patch-properties.c b/sysutils/mount.app/files/patch-properties.c
new file mode 100644
index 000000000000..7cc6fc1a906e
--- /dev/null
+++ b/sysutils/mount.app/files/patch-properties.c
@@ -0,0 +1,11 @@
+--- src/properties.c.ori 2012-03-15 13:29:24.000000000 +0100
++++ src/properties.c 2012-03-15 13:30:09.000000000 +0100
+@@ -448,7 +448,7 @@
+ WMReleasePropList(mpProp);
+ }
+
+- if (WMWritePropListToFile(props, getFileName(), FALSE) == FALSE)
++ if (WMWritePropListToFile(props, getFileName()) == FALSE)
+ printf("Error occurred synchronizing proplist\n");
+
+ WMReleasePropList(props);