Bug 132

Summary: two more include files needed for compilation on AIX
Product: Newsyslog Reporter: Keith Neufeld <neufeld>
Component: NewsyslogAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: normal    
Priority: normal    
Version: 1.1   
Hardware: IBM   
OS: AIX   

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.