BatchDrake / suscan

Channel scanner based on sigutils library
GNU General Public License v3.0
124 stars 29 forks source link

Assorted fixups to get building on FreeBSD #44

Closed jeffpc closed 4 years ago

jeffpc commented 4 years ago

I don't see an equivalent to CLOCK_MONOTONIC_RAW on FreeBSD, so I reached for the closest one I could find - CLOCK_MONOTONIC. I'm not sure what exactly the timestamps are used for and therefore how sensitive to clock adjustments they are.

The other two commits are just simple changes.