Displaying 1 result from an estimated 1 matches for "dumpit".
Did you mean:
dumpet
2005 Feb 19
0
[PATCH] check read/write return values
...: ignoring return value of `sscanf'', declared with attribute warn_unused_result
error: command ''gcc'' failed with exit status 1
This (trivial) patch, against yesterday''s unstable snapshot, adds
these checks for a number of functions. The obvious exception is
the dumpit function, which isn''t called by anybody anyway.
I have verified that Xen still boots and can create Linux domains
with these changes applied. I tried to stick to the various coding
styles in the different files.
Signed-off-by: Rik van Riel <riel@redhat.com>
--- xen-unstable/tools...