small alpha patch

Philip Blundell philb@gnu.org
Sun Oct 25 01:53:00 GMT 1998


Hi,

This seems to be necessary to compile on Alpha (using the code from yesterday 
in CVS).

p.

Sun Oct 25 09:36:04 1998  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Fix typo.

--- pathconf.c~ Fri Oct 23 16:20:47 1998
+++ pathconf.c  Sun Oct 25 09:35:57 1998
@@ -51,7 +51,7 @@
       struct statfs fsbuf;

       /* Determine the filesystem type.  */
-      if (__statfs (fd, &fsbuf) < 0)
+      if (__statfs (path, &fsbuf) < 0)
        /* not possible, return the default value.  */
        return LINK_MAX;






More information about the Libc-hacker mailing list