Hi, On Mon, May 31, 2010 at 05:59:09PM +0200, Carl Fredrik Hammar wrote: > On Wed, May 26, 2010 at 12:15:37AM +0200, Emilio Pozuelo Monfort wrote:
> > +kern_return_t > > +S_exec_exec_file_name (struct trivfs_protid *protid, > > + file_t file, > > + task_t oldtask, > > + int flags, > > + char *filename, > > + char *argv, mach_msg_type_number_t argvlen, boolean_t > > argv_copy, > > + char *envp, mach_msg_type_number_t envplen, boolean_t > > envp_copy, > > Break these two lines. Try to stick to less than 76 columns or less than > 80 if the reformatting changes lines that would otherwise be unaffected. Why 76? -antrik-