On Tue, 29 Jul 2003, Robert Collins wrote: > > + sys/mount.h \ > > Are you /sure/ this works? Under freeBSD this fails to detect > sys/mount.h. (See the recent patches list for the change where I moved > the mount.h check into a different, BSD specific section.
You are corrent; my test for sys/mount.h complained about missing prerequisite headers. Your BSD-specific test for sys/mount.h worked. --apb (Alan Barrett)
