Re: [cNFS-Devel] fix io/errors
Brought to you by:
warnes
From: Michal L. <mic...@lo...> - 2003-02-03 13:33:51
|
On Mon, 3 Feb 2003, Bernd Schubert wrote: > #ifdef TRANSLATE_NAMES > { /* bracket by Bernd, ... */ > #endif > res_size = 0; > ... /* some other lines needed by both */ > #ifdef TRANSLATE_NAMES > } /* end of bracket by Bernd. */ > #else > #endif > > So it DOES compile if TRANSLATE_NAMES is undefined. Errr, I missed the second #ifdef/#endif pair. Sorry, my fault. Michal Ludvig |