Viktor Dukhovni: > > 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.
Did you notice the line with "#undef sun" here, and in the 22-year old file unix_listen.c which dates back to the days that SUn was the primary development platform for what became Postfix? Wietse