]> sourceware.org Git - 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)
2001-04-19  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.

ChangeLog
sysdeps/unix/sysv/linux/hppa/umount.c

index c14966bcf4668f43ce0f4d7df320f6dc18df1633..eddccbe956ecc9d0937ff1d5c89ed430753fd546 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-19  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
+
 2001-04-18  Andreas Jaeger  <aj@suse.de>
 
         * rt/Makefile (otherlibs): Added.
index 29633f56fb34e9f0d62052be9044b88aee8c39e9..3d4c18cd4c504077743b4e21dc5d96831d40490d 100644 (file)
@@ -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)
This page took 0.04887 seconds and 5 git commands to generate.