Bug 439651
| Summary: | use uint64_t instead of u_quad_t | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike Gerdts <mgerdts> | ||||||
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | berrange, levon, rjones, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Other | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-03-10 12:34:25 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mike Gerdts
2008-03-30 01:07:16 UTC
Created attachment 299601 [details]
Convert u_quad_t to uint64_t
Comment on attachment 299601 [details]
Convert u_quad_t to uint64_t
missed required changes in remote_protocol.c
Created attachment 299633 [details]
Convert u_quad_t to uint64_t (remote_protocol.{c,h})
These two files are autogenerated from remote_protocol.x. What happens if you run rpcgen on remote_protocol.x? ... or rather, delete those two files and run 'make -C qemud' Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This problem was addressed in the 0.6.0 release, we now use uint64_t. |