Fix typos in last patch.
This commit is contained in:
parent
070b2d2a8e
commit
6f66c56d4e
@ -20,7 +20,7 @@
|
||||
/* Since we don't have an oldumount system call, do what the kernel
|
||||
does down here. */
|
||||
|
||||
extern long int __umount2 (char *name, int flags);
|
||||
extern long int __umount2 (const char *name, int flags);
|
||||
|
||||
long int
|
||||
__umount (const char *name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user