Re: The patch of pfinet

2008-08-14 Thread olafBuddenhagen
Hi, On Wed, Aug 13, 2008 at 12:07:50PM +0200, zhengda wrote: >>> for (in = h->interfaces; in < h->interfaces + h->num_interfaces; in++) >>> - if (strcmp (in->device->name, arg) == 0) >>> +if (strcmp (in->name, arg) == 0) >>> >> >> Wrong indentation. >> > I think th

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-14 Thread olafBuddenhagen
Hi, On Wed, Aug 13, 2008 at 01:49:41PM +0200, zhengda wrote: > Neal H. Walfield wrote: >> Check if the result is != -1, not > 0, which has a different meaning. >> > + if (__asprintf (&name, "%s/%d", sock_servs, domain) > 0) > + np = name; >> > but it's still wrong

Re: ikiwiki fuckup...

2008-08-14 Thread olafBuddenhagen
Hi, On Wed, Aug 13, 2008 at 04:04:51PM +0200, Thomas Schwinge wrote: > On Wed, Aug 13, 2008 at 08:54:40AM +0200, [EMAIL PROTECTED] > wrote: > > The tricky part is that these changes were originally pushed to the > > github backup > > Someone please tell me and the others how to get access to tha

Re: CVS help needed, top and htop

2008-08-14 Thread olafBuddenhagen
Hi, On Thu, Aug 14, 2008 at 01:37:27AM +0530, Madhusudan C.S wrote: > antrik and Samuel I have been trying to meet either of you on IRC from > past couple of days but I am just not able to for some or the other > reason. > > First of all, I wanted a small help regarding CVS. Should I now simply

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-14 Thread olafBuddenhagen
Hi, On Wed, Aug 13, 2008 at 12:41:12PM +0200, zhengda wrote: > [EMAIL PROTECTED] wrote: >> On Tue, Aug 12, 2008 at 08:05:49PM +0200, zhengda wrote: >>> + char *name = NULL; >>> >> >> No need to initialize this -- the asprintf() will overwrite it anyways. >> > But isn't it always righ

Re: CVS help needed, top and htop

2008-08-14 Thread Samuel Thibault
zhengda, le Thu 14 Aug 2008 14:44:26 +0200, a écrit : > Samuel Thibault wrote: > >>And can you please suggest me how should the entry in the Changelog > >>and also the commit log for the very first log be ? > >> > > > >The current practice seems to be to just write you have added the files, > >

Re: CVS help needed, top and htop

2008-08-14 Thread zhengda
Samuel Thibault wrote: And can you please suggest me how should the entry in the Changelog and also the commit log for the very first log be ? The current practice seems to be to just write you have added the files, see hurd/console/ChangeLog for instance. I don't understand. Since the