Fix typos in last patch.
authorAndreas Jaeger <aj@suse.de>
Thu, 19 Apr 2001 09:33:50 +0000 (09:33 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 19 Apr 2001 09:33:50 +0000 (09:33 +0000)
sysdeps/unix/sysv/linux/hppa/umount.c

index 29633f5..a401f6b 100644 (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)