question, mainly for non-linux e2ers
- From: TomPh <tpgww@xxxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Thu, 25 Aug 2005 09:02:45 +1000
I found some e2 code relating to [u]mount command-completion, which:
a) is restricted to only linux or bsd
b) further restricts some parts of it to linux only
Essentially, the stuff under a) is about polling fstab and mtab, which
need not be restricted, and I propose to remove that constraint.
The stuff under b) has *mntent() functions (* is set, get, end). I
understand OS's other than linux support *mntent(), but that in some
cases the API may differ.
Anyone got insight on how bad it would be to remove that
restriction too? Even better, a clue where to get a definitive
answer?
Regards
Tom
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: question, mainly for non-linux e2ers
- From: Florian Zähringer
Other related posts:
- » question, mainly for non-linux e2ers
- » Re: question, mainly for non-linux e2ers
- Re: question, mainly for non-linux e2ers
- From: Florian Zähringer