# # patch "ChangeLog" # from [65504b106500d1e10ac4bf391d1d93759ecbd15a] # to [d3f03473434eb0b0da2510952d4ab8611e363002] # # patch "mkstemp.cc" # from [77d082245a338259686fa4b152fd36e90da9f275] # to [03865df03f56044431e1ce1e2eebb27e73e5c248] # ======================================================================== --- ChangeLog 65504b106500d1e10ac4bf391d1d93759ecbd15a +++ ChangeLog d3f03473434eb0b0da2510952d4ab8611e363002 @@ -1,5 +1,9 @@ 2005-08-23 Nathaniel Smith + * mkstemp.cc (monotone_mkstemp): Remove references to fs::path. + +2005-08-23 Nathaniel Smith + * change_set.cc (apply_rearrangement_to_filesystem): Oops, missed some local_path's. ======================================================================== --- mkstemp.cc 77d082245a338259686fa4b152fd36e90da9f275 +++ mkstemp.cc 03865df03f56044431e1ce1e2eebb27e73e5c248 @@ -13,7 +13,6 @@ #include #include #include -#include #include "file_io.hh" #include "botan/botan.h" @@ -29,7 +28,6 @@ int i = 0; int count = 0, fd = -1; std::string tmp; - fs::path path; static const char letters[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";