Commit ID: 2cc8430876cfbbd2
CVSROOT: /cvs
Module name: src
Changes by: bsiegert-EzPuE8Rkg3GuiImvZfsuaA@xxxxxxxxxxxxxxxx
2005/08/21 12:43:55 UTC
Modified files:
bin/mksh : jobs.c
Log message:
Move <sys/time.h> include to the top. Unbreaks mksh compilation on Darwin,
where <sys/resource.h> contains several struct timeval references, but this
struct is only defined in <sys/time.h>.
agreed tg@
To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.3 -r1.4 src/bin/mksh/jobs.c
|