Index: head/graphics/xpaint/files/patch-fileBrowser.c =================================================================== --- head/graphics/xpaint/files/patch-fileBrowser.c (nonexistent) +++ head/graphics/xpaint/files/patch-fileBrowser.c (revision 505411) @@ -0,0 +1,20 @@ +--- fileBrowser.c.orig 2014-05-08 13:50:48 UTC ++++ fileBrowser.c +@@ -47,7 +47,7 @@ extern Xaw3dXftData *xaw3dxft_data; + #include + #include + #include +-#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) ++#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) || defined(BSD) + #include + #else + #include +@@ -562,7 +562,7 @@ static void + setCWD(arg_t * arg, char *dir) + { + DIR *dirp; +-#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN__) ++#if defined(SYSV) || defined(SVR4) || defined(__alpha) || defined(__CYGWIN__) || defined(BSD) + struct dirent *e; + #else + struct direct *e; Property changes on: head/graphics/xpaint/files/patch-fileBrowser.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property