Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conditional checks for newer libparted symbols. #18

Merged
merged 1 commit into from
Oct 16, 2015

Conversation

bcl
Copy link
Contributor

@bcl bcl commented Oct 15, 2015

The preprocessor cannot evaluate the PED_PARTITION_LAST_FLAG when it is
defined as a enum symbol, and it certainly cannot compare it to enum
symbols that don't exist. So this unconditionally turns on the currently
supported libparted flags (msftdata, irst, esp).

This removes the nonfs flag support since upstream has declined to merge
support for it at this time.

The preprocessor cannot evaluate the PED_PARTITION_LAST_FLAG when it is
defined as a enum symbol, and it certainly cannot compare it to enum
symbols that don't exist. So this unconditionally turns on the currently
supported libparted flags (msftdata, irst, esp).

This removes the nonfs flag support since upstream has declined to merge
support for it at this time.
dcantrell added a commit that referenced this pull request Oct 16, 2015
Fix conditional checks for newer libparted symbols.
@dcantrell dcantrell merged commit f64bb4f into dcantrell:master Oct 16, 2015
dcantrell added a commit that referenced this pull request Feb 3, 2016
Fix conditional checks for newer libparted symbols.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants