about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-19 09:35:01 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-19 09:35:01 +0000
commit03b9ce8baede436993bcce46adf7e32d261786f2 (patch)
treeb6afe8e8c8608f4f178b7c2549916b5e6417f3a9 /sysdeps/unix/sysv
parent43536751613a9166b76b432c608261646ec13a75 (diff)
downloadglibc-03b9ce8baede436993bcce46adf7e32d261786f2.tar.gz
glibc-03b9ce8baede436993bcce46adf7e32d261786f2.tar.xz
glibc-03b9ce8baede436993bcce46adf7e32d261786f2.zip
Fix typos in last patch.
2001-04-19  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c
index 29633f56fb..3d4c18cd4c 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)