Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root.

This commit is contained in:
Mike Frysinger 2005-03-04 01:34:23 +00:00
parent dcc40b7ecc
commit a36ac0db67

View File

@ -74,7 +74,7 @@ int klogctl(int type, char *b, int len)
int umount2(const char * special_file, int flags)
{
#ifndef __NR_pivot_root
#ifndef __NR_umount2
#warning This kernel does not support the umount2 syscall
#warning -> The umount2 system call is being stubbed out...
/* BusyBox was compiled against a kernel that did not support