This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

small alpha patch


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;





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]