tor 2012-03-15 klockan 22:49 +0100 skrev Henrik Nordström: > tor 2012-03-15 klockan 22:18 +0100 skrev Jose-Marcio Martins da Cruz: > > > +#if !defined(AF_LOCAL) > > +#define AF_LOCAL AF_UNIX > > +#endif > > AF_UNIX is the official name. Why are we using AF_LOCAL?
Nevermind that. Found it now. AF_LOCAL is the official POSIX name, while AF_UNIX the traditional name and official Unix name. so +1 on this. Regards Henrik
