From: Dave A. <ai...@us...> - 2001-08-15 22:23:37
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory usw-pr-cvs1:/tmp/cvs-serv4962/arch/vax/kernel Modified Files: entry.S Log Message: DA: umount is implemented on my box :-).... needed to get busybox to umount ... Index: entry.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/entry.S,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- entry.S 2001/06/26 18:59:00 1.5 +++ entry.S 2001/08/15 22:23:32 1.6 @@ -274,7 +274,7 @@ .long sys_lseek .long sys_getpid /* 20 */ .long sys_mount - .long sys_ni_syscall /* old umount syscall holder */ + .long sys_umount /* old umount syscall holder */ .long sys_setuid .long sys_getuid .long sys_stime /* 25 */ |