Files
libguestfs/daemon
Jim Meyering 84fc760439 generator.ml: use new "Pathname" designation
Nearly every file-related function in daemons/*.c is affected:
Remove this pair of statements from each affected do_* function:
-  NEED_ROOT (return -1);
-  ABS_PATH (dir, return -1);
and change the type of the corresponding parameter to "const char *".
* src/generator.ml: Emit NEED_ROOT just once, even when there are two or
more Pathname args.
2009-08-13 14:45:34 +02:00
..
2009-08-06 12:28:04 +02:00
2009-08-06 12:28:04 +02:00
2009-08-13 14:45:34 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00

Please see README in the parent directory.