> >>> void utmpname(const char *file); >> Mine looks like: >> include/utmp.h:extern int utmpname (__const char *__file) __THROW; >> >> What libc are you using? >> > > we really should check that out: > the above is from the man page > > this is from utmp.h > > /* Change name of the utmp file to be examined. */ > extern int utmpname (__const char *__file) __THROW; > > > code says: > int > __utmpname (const char *file) > > i guess i should send a patch to the man-page maintainer. >
FYI: fixed in the latest Version of man-pages re, wh _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
