6 Jun
2015
6 Jun
'15
22:20
Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 2fc61ce8a6a6c2ac8652b8cea33d57acd50681c2 https://github.com/ngircd/ngircd/commit/2fc61ce8a6a6c2ac8652b8cea33d57acd506... Author: Alexander Barton <alex@barton.de> Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M configure.ng M src/ngircd/ngircd.c Log Message: ----------- Make setgroups(3) function optional For example, Interix is missing this function, which prevented ngIRCd to build on this platform. When setgroups(3) isn't available, a warning message is issued when ngIRCd starts up.