Bug 4391 - mount.cifs fails to compile on old glibc (MS_BIND missing)
Summary: mount.cifs fails to compile on old glibc (MS_BIND missing)
Status: RESOLVED FIXED
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: user space tools (show other bugs)
Version: 2.6
Hardware: x86 Linux
: P3 minor
Target Milestone: ---
Assignee: Steve French
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 06:13 UTC by Thomas Jarosch
Modified: 2007-03-14 17:15 UTC (History)
0 users

See Also:


Attachments
Fix for the described problem (408 bytes, patch)
2007-02-13 06:14 UTC, Thomas Jarosch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Jarosch 2007-02-13 06:13:30 UTC
mount.cifs fails to compile on old glibc
as MS_BIND is missing in sys/mount.h

Attached patch adds a transparent workaround.
Comment 1 Thomas Jarosch 2007-02-13 06:14:14 UTC
Created attachment 2288 [details]
Fix for the described problem
Comment 2 Steve French 2007-03-14 17:15:43 UTC
thx for pointing this out - is now checked in.