Fix typos in last patch.

This commit is contained in:
Andreas Jaeger 2001-04-19 09:33:50 +00:00
parent f6bd63ae21
commit 070b2d2a8e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
/* Since we don't have an oldumount system call, do what the kernel
does down here. */
extern log int __umount2 (char * name, int flags);
extern long int __umount2 (char *name, int flags);
long int
__umount (const char *name)