https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250311
--- Comment #8 from Tijl Coosemans <[email protected]> --- (In reply to rozhuk.im from comment #7) Use of getfsent is correct here. Glib has two functions, one that returns "mount points" from /etc/fstab using getfsent and another that returns "mounts" using getfsstat (not getmntinfo). If I understand the BUGS section in the getmntinfo manpage correctly it isn't thread safe. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-desktop To unsubscribe, send any mail to "[email protected]"
