767377c004
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>
10 lines
261 B
C
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];
|
|
|