Commit Graph

2 Commits

Author SHA1 Message Date
espie
21c19df3ed preproc trick to avoid our getmntent when we define a static of the
same name.

Appeases gcc4
2010-05-19 13:45:15 +00:00
espie
97150a8d92 apparently, linux expect ld.so to be able to fill back references to
program code from dynamic libraries.

This does not work on our ELF platforms. Just put the getmntent code inside
the one source file that needs it, as a static function so that it does not
show outside the library.
2002-04-07 00:31:55 +00:00