Files
pkgsrc-ng/sysutils/gnometoaster/patches/patch-filelist_c
2013-09-26 17:14:40 +02:00

16 lines
343 B
Plaintext

$NetBSD: patch-filelist_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
- Fix LP64 problems
--- filelist.c~ 2002-01-05 12:02:44.000000000 +0000
+++ filelist.c
@@ -130,7 +130,7 @@ filelist_info *filelist_create(char *pat
GtkWidget *column;
char header[1024];
- int dir;
+ vfs_dirhandle *dir;
char *file[3];
char fsbuf[25];