[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#130891: util-linux RC bug



util-linux_2.11n-2_m68k log:
| You have <pty.h> and openpty()
| You have wide character support
| You have __NR_pivot_root
| You have a tm_gmtoff field in struct tm
| Your rpcgen seems to work

util-linux_2.11n-3_m68k log:
| You have <pty.h> and openpty()
| You have wide character support
| You don't have __NR_pivot_root
| You have a tm_gmtoff field in struct tm
| Your rpcgen seems to work

the check looks like this:
| #include <linux/unistd.h>
| int main(void)
| {
|     return __NR_pivot_root;
| }

i don't know if this is a kernel error or a broken check.

bastian

-- 
The sight of death frightens them [Earthers].
		-- Kras the Klingon, "Friday's Child", stardate 3497.2



Reply to: