Fix typos in last patch.

This commit is contained in:
Andreas Jaeger 2001-04-19 09:35:01 +00:00
parent 070b2d2a8e
commit 6f66c56d4e

View File

@ -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)