bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib support for st_birthtime (second revision of patch)


From: Bruno Haible
Subject: Re: gnulib support for st_birthtime (second revision of patch)
Date: Fri, 30 Mar 2007 01:01:01 +0200
User-agent: KMail/1.5.4

James Youngman wrote:
> Sorry about those defects.  Thanks for cleaning up the mess :)

One more item: On AIX, there is no <sys/fcntl.h>.


2007-03-29  Bruno Haible  <address@hidden>

        * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.

*** tests/test-stat-time.c      27 Mar 2007 18:51:18 -0000      1.3
--- tests/test-stat-time.c      29 Mar 2007 22:56:52 -0000
***************
*** 21,31 ****
  
  #include "stat-time.h"
  
  #include <signal.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <sys/stat.h>
- #include <sys/fcntl.h>
  #include <unistd.h>
  
  #define ASSERT(condition) if (!(condition)) abort ()
--- 21,31 ----
  
  #include "stat-time.h"
  
+ #include <fcntl.h>
  #include <signal.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <sys/stat.h>
  #include <unistd.h>
  
  #define ASSERT(condition) if (!(condition)) abort ()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]