K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-08-27T17:29:28.208381Z K 7 svn:log V 565 games/keeperrl: unbreak on FreeBSD 10 stdafx.h:94:20: error: redefinition of 'unique' std::unique_ptr unique(Args&&... args) { return std::unique_ptr(new T(std::forward(args)...)); } ^ stdafx.h:94:20: note: previous definition is here std::unique_ptr unique(Args&&... args) { return std::unique_ptr(new T(std::forward(args)...)); } ^ stack_printer.cpp:329:18: error: assigning to 'char *' from incompatible type 'void *' ss.ss_sp = (void*)alternate_stack; ^~~~~~~~~~~~~~~~~~~~~~ END