Hi! > +static char proc_sup[20] = "Yes"; I've changed the proc_sup to a pointer, there is no point in having this as an array when we can just change the pointer instead of strcpy(). Pushed, thanks. -- Cyril Hrubis chrubis@suse.cz