search for: 60dd26d

Displaying 1 result from an estimated 1 matches for "60dd26d".

Did you mean: 60d6d260
2015 Feb 14
2
[PATCH 0/2] Change guestfs__*
libguestfs has used double and triple underscores in identifiers. These aren't valid for global names in C++. (http://stackoverflow.com/a/228797) These large but completely mechanical patches change the illegal identifiers to legal ones. Rich.