Hi! > +int safe_mq_open(const char *file, const int lineno, const char *pathname, > + int oflags, ...) > +{ > + va_list ap; > + int rval; > + mode_t mode; > + struct mq_attr *attr; > + > + mode = 0; > + attr = NULL; I've removed these two useless initializations and pushed along with the third patch, thanks. -- Cyril Hrubis chrubis@suse.cz