From 070b2d2a8e6f21020c17bb029fb061521b09b5f5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 19 Apr 2001 09:33:50 +0000 Subject: [PATCH] Fix typos in last patch. --- sysdeps/unix/sysv/linux/hppa/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/hppa/umount.c b/sysdeps/unix/sysv/linux/hppa/umount.c index 29633f56fb3..a401f6b146f 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 (char *name, int flags); long int __umount (const char *name) -- 2.47.3