]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos in last patch.
authorAndreas Jaeger <aj@suse.de>
Thu, 19 Apr 2001 09:35:01 +0000 (09:35 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 19 Apr 2001 09:35:01 +0000 (09:35 +0000)
sysdeps/unix/sysv/linux/hppa/umount.c

index a401f6b146f02be7a098736a10d55a9d50f333e3..3d4c18cd4c504077743b4e21dc5d96831d40490d 100644 (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)