Comment # 2 on bug 61269 from
Created attachment 75300 [details] [review]
Replace strchrnul() with strchr()

strchrnul() doesn’t exist on FreeBSD, and is simple enough to replace with
strchr().


You are receiving this mail because: