Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624796 - src/rc/fstabinfo.c: ENT macros ignore argument
Summary: src/rc/fstabinfo.c: ENT macros ignore argument
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 20:01 UTC by Jason Graham
Modified: 2017-07-24 23:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix ENT macro usage (fstabinfo-ent-macro-fix.patch,2.16 KB, patch)
2017-07-12 20:01 UTC, Jason Graham
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Graham 2017-07-12 20:01:05 UTC
Created attachment 483866 [details, diff]
Patch to fix ENT macro usage

Hi,

The ENT macros in src/rc/fstabinfo.c currently ignore the argument. The macros still work since they replace the correct code, but this doesn't seem to be the intended behavior. 

Attached is a patch which provides consistent usage.

Kind regards,
Jason
Comment 1 William Hubbs gentoo-dev 2017-07-24 23:28:40 UTC
https://github.com/openrc/openrc/commit/6d4e8433

This is now in the tree, thanks for the report.