search for: 711f97e

Displaying 2 results from an estimated 2 matches for "711f97e".

2013 Feb 07
1
[PATCH] New API: is_whole_device
...th, &statbuf) == -1) { + if (errno == ENOENT || errno == ENOTDIR) return 0; + + reply_with_perror ("stat"); + return -1; + } + + return 1; +} + +int do_device_index (const char *device) { size_t i; diff --git a/generator/actions.ml b/generator/actions.ml index 96702f7..711f97e 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10704,6 +10704,23 @@ Rename a file to a new place on the same filesystem. This is the same as the Linux L<rename(2)> system call. In most cases you are better to use C<guestfs_mv> instead." }; + { defaults with...
2013 Feb 07
12
[PATCH 01/12] generator: Add new Mountable argument type
This type is initially identical to Device. --- generator/bindtests.ml | 2 +- generator/c.ml | 7 +++++-- generator/csharp.ml | 6 ++++-- generator/daemon.ml | 4 ++-- generator/erlang.ml | 6 +++--- generator/fish.ml | 8 ++++---- generator/gobject.ml | 11 ++++++----- generator/haskell.ml | 11 +++++++---- generator/java.ml | 10 +++++-----