lix/src/nix-worker
Peter Simons a17071fef1 Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared.
An "using namespace std" was added locally in those functions that refer to
names from <cstring>. That is not pretty, but it's a very portable solution,
because strcpy() and friends will be found in both the 'std' and in the global
namespace.
2010-06-24 17:51:04 +00:00
..
help.txt * Remove queryPathHash(). 2006-12-02 14:27:24 +00:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-worker.cc Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00