search for: 346cc55

Displaying 1 result from an estimated 1 matches for "346cc55".

Did you mean: 34655
2013 Feb 25
1
[PATCH] lib: avoid pragma usage in inspect-fs-windows
...o] Error 1 Use memcpy instead of pragma to fix compile error. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- Not compile tested! src/inspect-fs-windows.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/inspect-fs-windows.c b/src/inspect-fs-windows.c index 346cc55..68ae97c 100644 --- a/src/inspect-fs-windows.c +++ b/src/inspect-fs-windows.c @@ -499,10 +499,8 @@ map_registry_disk_blob (guestfs_h *g, const void *blob) * Note deliberate cast-align violation here since the data is in a * very odd place within the blob. Thanks Microsoft! */ -#pragma...