This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

Re: 2.2.93 tst-atime.c checks for atime


On Wed, 4 Sep 2002, Ulrich Drepper wrote:

> Can you please try the attached patch (already in CVS if you are using
> the CVS aources).

Need to add this simple patch on top of yours to make it compile.

Seems ok.

Thanks,
Jeff.


--- libio/tst-atime.c.org       Thu Sep  5 12:50:00 2002
+++ libio/tst-atime.c   Thu Sep  5 12:50:39 2002
@@ -5,6 +5,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/statvfs.h>
+#include <errno.h>


 static int do_test (void);



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