From dc5a9f7d2c10539319b0efc0b637adaea97c6d22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Wed, 6 Sep 2006 09:47:45 +0000 Subject: [PATCH] update to boost 1.34 cvs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14911 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/fs_extras.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/support/fs_extras.C b/src/support/fs_extras.C index ebfed60766..09df8411dd 100644 --- a/src/support/fs_extras.C +++ b/src/support/fs_extras.C @@ -14,7 +14,6 @@ #include "fs_extras.h" #include -#include #include #include @@ -166,7 +165,7 @@ void copy_file(path const & source, path const & target, bool noclobber) filesystem_path_error( "boost::filesystem::copy_file", source, target, - fs::detail::system_error_code(errno))); + fs::lookup_error_code(errno))); } #endif } -- 2.39.2