Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 624796

Summary: src/rc/fstabinfo.c: ENT macros ignore argument
Product: Gentoo Hosted Projects Reporter: Jason Graham <jgraha8>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix ENT macro usage

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.