[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[LDM #DWT-171870]: Errata in misc/ChildCommand.c in ldm.6.13.8
- Subject: [LDM #DWT-171870]: Errata in misc/ChildCommand.c in ldm.6.13.8
- Date: Tue, 05 Mar 2019 16:43:47 -0700
Eric,
You're quite right <wait.h> doesn't comply with the standard but <sys/wait.h>
does.
The fix will be in the next release.
Thanks for sending this in.
> FreeBSD 11.2 has a sys/wait.h and no wait.h
> I chose to fix the issue with the following
>
> #if HAVE_SYS_WAIT_H
> #include <sys/wait.h>
> #else
> #include <wait.h>
> #endif
>
> Otherwise no issues with ldm now running on
> a noaaport sat system (nereid)
> and our other data ingest(zephir).
Regards,
Steve Emmerson
Ticket Details
===================
Ticket ID: DWT-171870
Department: Support LDM
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata
inquiry tracking system and then made publicly available through the web. If
you do not want to have your interactions made available in this way, you must
let us know in each email you send to us.