From: Andreas Jaeger Date: Thu, 19 Apr 2001 09:35:01 +0000 (+0000) Subject: Fix typos in last patch. X-Git-Tag: cvs/glibc-2_2_3~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03b9ce8baede436993bcce46adf7e32d261786f2;p=platform%2Fupstream%2Fglibc.git Fix typos in last patch. 2001-04-19 Andreas Jaeger * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch. --- diff --git a/ChangeLog b/ChangeLog index c14966b..eddccbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Andreas Jaeger + + * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch. + 2001-04-18 Andreas Jaeger * rt/Makefile (otherlibs): Added. diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c index 29633f5..3d4c18c 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 log int __umount2 (char * name, int flags); +extern long int __umount2 (const char *name, int flags); long int __umount (const char *name)