Re: [PATCH 5/5] Changed argp parsing policy

2009-06-04 Thread Carl Fredrik Hammar
Hi, On Sun, May 31, 2009 at 11:01:21AM +0200, olafbuddenha...@gmx.net wrote: > > On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote: > > > +/*---*/ > > +#include "unionmount.h" > > +/*-

Re: [PATCH 5/5] Changed argp parsing policy

2009-06-03 Thread olafBuddenhagen
Hi, On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote: > OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o \ > - lib.o options.o pattern.o stow.o update.o > + lib.o options.o pattern.o stow.o update.o unionmount.o "unionmount" is not a good name for a file, when the w

Re: [PATCH 5/5] Changed argp parsing policy

2009-06-03 Thread olafBuddenhagen
Hi, On Fri, May 29, 2009 at 12:18:02AM +0300, Sergiu Ivanov wrote: > I could have never supposed that a diff could possibly contain such > lines... I just didn't look over my patch at all initially... Please *always* look through your patches. It's a good policy to look through the diffs before

Re: [PATCH 5/5] Changed argp parsing policy

2009-06-03 Thread olafBuddenhagen
Hi, On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote: > +/*---*/ > +#include "unionmount.h" > +/*---*/ > + > +/*

Re: [PATCH 5/5] Changed argp parsing policy

2009-06-03 Thread olafBuddenhagen
Hi, On Wed, May 27, 2009 at 10:27:33PM +0200, Thomas Schwinge wrote: > This is not really that important here (and the same applies to my other > nit-picking by the way -- but you chose to be with those picky Hurd > people, didn't you?), but as a guideline for forthcoming situations, and > to mak

Re: [PATCH 5/5] Changed argp parsing policy

2009-05-28 Thread Sergiu Ivanov
Hello, On Wed, May 27, 2009 at 11:27 PM, Thomas Schwinge wrote: >> -OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o \ >> - lib.o options.o pattern.o stow.o update.o >> +OBJS = main.o node.o lnode.o ulfs.o ncache.o netfs.o lib.o options.o \ >> + pattern.o stow.o update.o unionmoun

Re: [PATCH 5/5] Changed argp parsing policy

2009-05-28 Thread Sergiu Ivanov
>From 499bfb2490c2d7e2bc3e948fca5213c5e993e14d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 28 May 2009 23:55:50 +0300 Subject: [PATCH] Change argp parsing policy. * Makefile (OBJS): Add unionmount.o to the list. * options.c: (argp_parse_common_options): Make the parser stop parsing w

Re: [PATCH 5/5] Changed argp parsing policy

2009-05-27 Thread Thomas Schwinge
Hello! On Tue, May 26, 2009 at 11:31:59PM +0300, Sergiu Ivanov wrote: > diff --git a/Makefile b/Makefile > index b7e5716..7b7ce01 100644 > --- a/Makefile > +++ b/Makefile > @@ -21,7 +21,7 @@ > # USA. > > # Get the information from under /usr. > -prefix = /usr/ > +prefix = /usr Aha, here we go

[PATCH 5/5] Changed argp parsing policy

2009-05-26 Thread Sergiu Ivanov
diff --git a/Makefile b/Makefile index b7e5716..7b7ce01 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # USA. # Get the information from under /usr. -prefix = /usr/ +prefix = /usr CPP = gcc -E -x c MIGCOM = mig -cc cat - /dev/null @@ -30,8 +30,8 @@ CFLAGS += -Wall -g -O2 -D_FILE_OFFSE