Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:sschapiro:openstack:upstream
libguestfs
0007-Fix-argv-struct-mixup-over-Int-Int64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0007-Fix-argv-struct-mixup-over-Int-Int64.patch of Package libguestfs
From 15c8be64dc8622943792b91ead6ccf589ef67ac7 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones <rjones@redhat.com> Date: Thu, 2 Dec 2010 11:35:57 +0000 Subject: [PATCH 07/72] Fix argv struct mixup over Int/Int64. (cherry picked from commit faf1cd50492fd014267c22a0e988a75f1c337364) --- generator/generator_c.ml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/generator_c.ml b/generator/generator_c.ml index d8b13a5..24f4e2c 100644 --- a/generator/generator_c.ml +++ b/generator/generator_c.ml @@ -511,8 +511,8 @@ extern void *guestfs_get_private (guestfs_h *g, const char *key); let c_type = match argt with | Bool n -> "int " - | Int n -> "int64_t " - | Int64 n -> "int " + | Int n -> "int " + | Int64 n -> "int64_t " | String n -> "const char *" | _ -> assert false (* checked in generator_checks *) in let uc_shortname = String.uppercase shortname in -- 1.7.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor