libsysfs is using a few things not in klibc. udev is getting around this by having a private copy of libsysfs with a few modifications to make it work on klibc. What's the easiest path for getting the master libsysfs copy working on klibc? libsysfs needs two calls: setmntent, getmntent These are used to locate the mount point of /sys It also uses errno so I get link errors for '__errno_location' libsysfs is at http://linux-diag.sourceforge.net/Sysfsutils.html in the sysfsutils project. ====Jon Smirl jonsmirl@yahoo.com __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/
On Mon, Apr 12, 2004 at 02:21:52PM -0700, Jon Smirl wrote:> libsysfs is using a few things not in klibc. udev is getting around this by > having a private copy of libsysfs with a few modifications to make it work on > klibc. What's the easiest path for getting the master libsysfs copy working on > klibc?How about getting those changes into the main libsysfs version? That's probably easier :) thanks, greg k-h