Hello! On Mon, Sep 12, 2005 at 06:02:24PM -0700, Arthur Bebak wrote: >I'm trying to run famd (the port of the file monitoring >utility from SGI) on OpenBSD 3.7. In order to do this it >appears I need a bunch of functions such as getmntent, which >apparently are in the GNU libc.
You'll probably be better off implementing them yourself. For getmntent, you'll probably be able to make use of getmntinfo(3), which is in the OpenBSD libc. >[...] Kind regards, Hannah.

