ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12883] New: Linking problem on NetBSD: WEXITSTATUS

Date: Mon, 12 Sep 2016 11:03:59 +0000
Bug ID 12883
Summary Linking problem on NetBSD: WEXITSTATUS
Product Wireshark
Version 2.2.0
Hardware All
OS NetBSD
Status UNCONFIRMED
Severity Major
Priority Low
Component Extras
Assignee [email protected]
Reporter [email protected]

Created attachment 14909 [details]
Patch fixing the problem

Build Information:
When building wireshark-2.2.0, extcap fails to link because it does not find
the WEXITSTATUS symbol. On NetBSD, this is a macro defined in <sys/wait.h>, but
the header is not included.

According to POSIX
(http://pubs.opengroup.org/onlinepubs/009695399/functions/wait.html) you should
include that header when using the wait functions, so I've added the header
unconditionally in the attached patch.
--


You are receiving this mail because:
  • You are watching all bug changes.