diff options
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, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-liboctave_system_file-stat.cc b/math/octave/files/patch-liboctave_system_file-stat.cc new file mode 100644 index 000000000000..05d15738d832 --- /dev/null +++ b/math/octave/files/patch-liboctave_system_file-stat.cc @@ -0,0 +1,11 @@ +--- 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) |