Files
libguestfs/daemon
Richard W.M. Jones fe27753ae5 Fix error handling of external sfdisk command.
Should use 'pclose' instead of 'fclose' (although fclose happens
to work because of glibc internals).

The result of pclose is the exit status of the command, so we
need to test this is != 0.
2009-07-01 16:36:13 +01:00
..
2009-06-22 07:49:37 +01:00
2009-06-29 12:25:31 +01:00
2009-06-24 18:22:37 +01:00
2009-05-01 11:27:32 +01:00
2009-05-01 11:18:44 +01:00
2009-06-29 12:46:59 +01:00
2009-06-22 12:24:14 +01:00
2009-06-20 14:55:49 +01:00
2009-06-22 08:20:32 +01:00
2009-06-29 16:03:54 +01:00
2009-05-01 11:47:23 +01:00
2009-06-04 15:06:27 +01:00
2009-04-11 17:04:35 +01:00
2009-06-29 10:09:13 +01:00

Please see README in the parent directory.