freebsd-ports/sysutils/fusefs-fur/files/patch-fur_utils.c
Martin Wilke 767377c004 FUR is an application that let the user mount a Windows CE based device on your
file system: it uses the brilliant FUSE and the librapi2 of the Synce Project
to give you the illusion that the storage of your Pocket PC is mounted on
a directory on your local filesystem.

WWW: http://www.infis.univ.ts.it/~riccardo/FUR.html

PR:		ports/132972
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-03-23 18:52:25 +00:00

10 lines
261 B
C

--- fur_utils.c.orig 2008-11-24 01:14:49.000000000 +0900
+++ fur_utils.c 2009-03-13 17:42:56.000000000 +0900
@@ -476,7 +476,6 @@
return attrib & FILE_ATTRIBUTE_DIRECTORY?1:0;
}
-extern long int timezone;
extern int daylight;
extern char * tzname [2];