[BusyBox-cvs] svn commit: trunk/busybox/libbb

vapier at busybox.net vapier at busybox.net
Fri Mar 4 01:34:24 UTC 2005


Author: vapier
Date: 2005-03-03 18:34:23 -0700 (Thu, 03 Mar 2005)
New Revision: 9973

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

Modified:
   trunk/busybox/libbb/syscalls.c


Changeset:
Modified: trunk/busybox/libbb/syscalls.c
===================================================================
--- trunk/busybox/libbb/syscalls.c	2005-03-04 01:33:17 UTC (rev 9972)
+++ trunk/busybox/libbb/syscalls.c	2005-03-04 01:34:23 UTC (rev 9973)
@@ -74,7 +74,7 @@
 
 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




More information about the busybox-cvs mailing list