Hi! > #ifndef SOCK_CLOEXEC > -# define SOCK_CLOEXEC 02000000 > +#define SOCK_CLOEXEC 02000000 > +#endif FYI the prefered way how to indent innner macros are spaces after the hash #. -- Cyril Hrubis chrubis@suse.cz