> On Apr 1, 2019, at 5:04 AM, Jaco Lesch <ja...@saix.net> wrote: > > unix_dgram_connect.c:63:24: error: expected identifier or ‘(’ before numeric > constant > struct sockaddr_un sun;
Takes me back to my roots working with SunOS 3.x. Ever since, I've kept away from sin, by naming unix-domain sockaddrs "s_un" and inet sockaddrs "s_in", thus avoiding conflicts with the "sun" macro, and the trigonometric function. -- Viktor.