Bugzilla – Bug 132
two more include files needed for compilation on AIX
Last modified: 2004-04-05 18:14:31 MDT
In order to compile newsyslog on AIX (4.3.3), I had to add sys/dir.h for DEV_BSIZE, and time.h (not sys/time.h) for struct tm, to newsyslog.c. I don't know enough about "configure" to know whether that's something it should have figured out and this is really a configure problem, or whether configure did its best and the problem is in newsyslog. Either way, it was a few quick greps to find what I needed to add and now it compiles, so I thought you'd want to know.
This will be fixed in the next release.