From 29cf434a35d82529f56c085c9cd50858c148d086 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Dec 2006 01:31:45 +0000 Subject: * The determination of the root set should be made by the privileged process, so forward the operation. * Spam the user about GC misconfigurations (NIX-71). * findRoots: skip all roots that are unreadable - the warnings with which we spam the user should be enough. --- src/libutil/types.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libutil/types.hh') diff --git a/src/libutil/types.hh b/src/libutil/types.hh index 257871a82b35..513aae0392bc 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -34,6 +34,7 @@ public: class SysError : public Error { public: + int errNo; SysError(const format & f); }; -- cgit 1.4.1