openbsd-ports/x11/pcmanfm/patches/patch-src_vfs_vfs-file-info_h
ajacoutot a9fe5264e5 Import pcmanfm-0.3.2.2
PCManfm is an extremely fast and lightweight file manager which features
tabbed browsing and a user-friendly interface.

Some of its highlights:
 * can be started in one second on normal machine
 * tabbed browsing (similar to Firefox)
 * drag & drop support
 * files can be dragged among tabs
 * load large directories in reasonable time
 * file association support (default application)
 * basic thumbnail support
 * bookmarks support
 * handles non-UTF-8 encoded filenames correctly
 * provide icon view and detailed list view
 * standard compliant (follows freedesktop.org)
 

tested by steven@ and kili@, ok kili@
2007-05-26 17:11:48 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-src_vfs_vfs-file-info_h,v 1.1.1.1 2007/05/26 17:11:48 ajacoutot Exp $
--- src/vfs/vfs-file-info.h.orig Tue May 8 12:27:26 2007
+++ src/vfs/vfs-file-info.h Tue May 8 12:27:43 2007
@@ -46,7 +46,7 @@ struct _VFSFileInfo
time_t atime;
/* FIXME: blksize_t blksize; */
long blksize;
- blkcnt_t blocks;
+ int32_t blocks;
char* name; /* real name on file system */
char* disp_name; /* displayed name (in UTF-8) */