From: Andreas Jaeger Date: Thu, 19 Apr 2001 09:35:01 +0000 (+0000) Subject: Fix typos in last patch. X-Git-Tag: glibc-2.16-ports-before-merge~1918 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f66c56d4e6122b127f4aa2c3c97657e396df39a;p=thirdparty%2Fglibc.git Fix typos in last patch. --- diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c index a401f6b146f..3d4c18cd4c5 100644 --- a/sysdeps/unix/sysv/linux/hppa/umount.c +++ b/sysdeps/unix/sysv/linux/hppa/umount.c @@ -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)