mirror of
https://github.com/osmarks/ngircd.git
synced 2026-07-31 07:28:55 +00:00
This fixes the following warning on OpenBSD 5.3:
ngircd.o(.text+0xeb4): In function `main':
src/ngircd/ngircd.c:300: warning: strcat() is almost always misused,
please use strlcat()
Thanks to Götz Hoffart for reporting this!