diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-03-14 22:41:11 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-03-14 22:41:11 +0000 |
commit | 1e7ac4032b4e550e79a131562fc06d59a3ae4253 (patch) | |
tree | 521f9e01b6ccd2ca0ccbf3b638ee4c5eb4515314 /math/octave/files/patch-liboctave_system_file-stat.cc | |
parent | - Update to 1.0.16 (diff) |
- Update to 4.2.2.
Notes
Notes:
svn path=/head/; revision=464535
Diffstat (limited to 'math/octave/files/patch-liboctave_system_file-stat.cc')
-rw-r--r-- | math/octave/files/patch-liboctave_system_file-stat.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave/files/patch-liboctave_system_file-stat.cc b/math/octave/files/patch-liboctave_system_file-stat.cc deleted file mode 100644 index 05d15738d832..000000000000 --- a/math/octave/files/patch-liboctave_system_file-stat.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- liboctave/system/file-stat.cc.orig 2017-02-22 18:01:55 UTC -+++ liboctave/system/file-stat.cc -@@ -174,7 +174,7 @@ namespace octave - update_internal (); - } - -- inline file_stat::~file_stat () { } -+ file_stat::~file_stat () { } - - void - file_stat::update_internal (bool force) |