Hi! > + if (sk == -1) > + tst_brkm(TBROK, tst_exit, "socket: %s", strerror(errno)); > + > return sk; > } Also one more thing, we can just do TBROK | TERRNO instead of the strerror() as well. -- Cyril Hrubis chrubis@suse.cz