diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /www/aria/files/patch-src__gui_file.cc | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'www/aria/files/patch-src__gui_file.cc')
-rw-r--r-- | www/aria/files/patch-src__gui_file.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/aria/files/patch-src__gui_file.cc b/www/aria/files/patch-src__gui_file.cc new file mode 100644 index 000000000000..32a11ab2b4fe --- /dev/null +++ b/www/aria/files/patch-src__gui_file.cc @@ -0,0 +1,16 @@ +--- src/gui_file.cc.orig Mon Sep 30 22:29:46 2002 ++++ src/gui_file.cc Thu Apr 8 22:58:36 2004 +@@ -19,12 +19,12 @@ + + // $Id: gui_file.cc,v 1.45 2002/09/30 13:29:46 tujikawa Exp $ + +-#include <fstream.h> + #include <stdlib.h> + #include <unistd.h> + #include <sys/time.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <fstream> + #include "aria.h" + #include "ItemCell.h" + #include "ListManager.h" |