goburrow / serial

Go (golang) serial library for modbus
https://github.com/goburrow/modbus
MIT License
191 stars 90 forks source link

fix build on NetBSD (>=9) #22

Open oskarfessel opened 10 months ago

oskarfessel commented 10 months ago

on NetBSD (AMD64 at least, but from experience, this is architecture independend) Versions 9.x and later, the code using this compiles only when usind the openbsd implementation. I really don not have a clue if and when the os-specific files are pulled in, but currently the generic code is used and it fails.