lix/src/nix-store
Eelco Dolstra 705868a8a9 * Make sure that config.h is included before the system headers,
because it defines _FILE_OFFSET_BITS.  Without this, on 
  OpenSolaris the system headers define it to be 32, and then 
  the 32-bit stat() ends up being called with a 64-bit "struct 
  stat", or vice versa.

  This also ensures that we get 64-bit file sizes everywhere.

* Remove the redundant call to stat() in parseExprFromFile().
  The file cannot be a symlink because that's the exit condition
  of the loop before.
2010-10-04 17:55:38 +00:00
..
dotgraph.cc Comment out dead code in `nix-store'. 2010-05-31 16:36:20 +00:00
dotgraph.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
help.txt Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00
Makefile.am Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00
nix-store.cc * Make sure that config.h is included before the system headers, 2010-10-04 17:55:38 +00:00
xmlgraph.cc Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00
xmlgraph.hh Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00