Hi Jelmer, I'm not using the block module, it's just that some C compilers don't like C++ comments. This stops building the VFS modules for me.
...Juergen Am Mittwoch, 28. August 2002 19:28 schrieb Jelmer Vernooij: > Hi Juergen, > > I'm currently rewriting the whole block module since it's got some > serious design flaws. > > Jelmer > > On Wed, Aug 28, 2002 at 07:13:19PM +0200, Juergen Hasch wrote about '[PATCH]block.c': > > Hi, > > > > could someone please apply the follwing simple patch to the block VFS > > module: > > > > --- block.c.orig Fri Jun 7 19:40:19 2002 > > +++ block.c Wed Aug 28 19:10:55 2002 > > @@ -144,7 +144,7 @@ > > > > extern BOOL pm_process(char *FileName, BOOL (*sfunc)(char *), > > BOOL(*pfunc)(char * , char *)); > > > > -//functions > > +/* functions */ > > > > BOOL enter_pblock_mount(char *dir); > > BOOL get_section(char *sect); > > > > > > Thanks... Juergen