Bug 132 - two more include files needed for compilation on AIX
two more include files needed for compilation on AIX
Status: RESOLVED FIXED
Product: Newsyslog
Classification: Unclassified
Component: Newsyslog
1.1
IBM AIX
: normal normal
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-03-18 09:24 MST by Keith Neufeld
Modified: 2004-04-05 18:14 MDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Neufeld 2004-03-18 09:24:32 MST
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.
Comment 1 Todd C. Miller 2004-04-05 14:14:31 MDT
This will be fixed in the next release.