This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: 2.2.93 tst-atime.c checks for atime
- From: Jeff Chua <jchua at fedex dot com>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: Jeff Chua <jchua at fedex dot com>, GNU libc <libc-alpha at sources dot redhat dot com>
- Date: Thu, 5 Sep 2002 13:23:07 +0800 (SGT)
- Subject: 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);