From c7152c8f97d01dda4eeb70869a0d28cc9a04df1f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 28 Mar 2009 19:41:53 +0000 Subject: * Don't use the non-standard __gnu_cxx::stdio_filebuf class. --- src/libstore/local-store.hh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 1cacfee33..a422af398 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -3,8 +3,6 @@ #include -#include - #include "store-api.hh" #include "util.hh" @@ -36,15 +34,10 @@ struct OptimiseStats }; -typedef __gnu_cxx::stdio_filebuf stdio_filebuf; - - struct RunningSubstituter { Pid pid; - boost::shared_ptr toBuf, fromBuf; - boost::shared_ptr to; - boost::shared_ptr from; + AutoCloseFD to, from; }; -- cgit v1.2.3