From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 12 Mar 2004 16:43:55 +0000 Subject: Re: [PATCH] allow to specify node permissions in the rule Message-Id: <20040312164355.GB7552@kroah.com> List-Id: References: <20040307011223.GA22054@vrfy.org> In-Reply-To: <20040307011223.GA22054@vrfy.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Fri, Mar 12, 2004 at 11:43:58AM +0100, Olaf Hering wrote: > On Sun, Mar 07, Kay Sievers wrote: > > > === namedev_parse.c 1.30 vs edited ==> > --- 1.30/namedev_parse.c Wed Mar 3 22:43:42 2004 > > +++ edited/namedev_parse.c Sun Mar 7 01:33:40 2004 > > @@ -43,6 +43,7 @@ > > > > LIST_HEAD(file_list); > > > > + > > static int add_config_dev(struct config_device *new_dev) > > { > > struct config_device *tmp_dev; > > @@ -61,9 +62,11 @@ > > dbg_parse("name='%s', symlink='%s', bus='%s', place='%s', id='%s', " > > "sysfs_file[0]='%s', sysfs_value[0]='%s', " > > "kernel='%s', program='%s', result='%s'", > > + "owner='%s', group='%s', mode=%#o", > > dev->name, dev->symlink, dev->bus, dev->place, dev->id, > > dev->sysfs_pair[0].file, dev->sysfs_pair[0].value, > > - dev->kernel, dev->program, dev->result); > > + dev->kernel, dev->program, dev->result,; > > + dev->owner, dev->group, dev->mode); > > gcc is very unhappy about that extra ';' :) thanks, I've now fixed this in the tree. greg k-h ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel