kburtch / SparForte

Bourne shell, template engine, scripting language reliable, scalable projects. Based a ISO standard proven effective for large, mission-critical projects, SparForte is designed for fast development while, at the same time, providing easier designing, maintenance and bug removal. About 130.000 lines of code.
https://www.sparforte.com
GNU General Public License v2.0
50 stars 6 forks source link

Emulate group_member on macOS. #17

Closed Blady-Com closed 4 years ago

Blady-Com commented 4 years ago

Unfortunately, group_member is not part of unistd.h on Darwin / macOS. Thus I add an emulation.

kburtch commented 4 years ago

Thanks for this fix.