[OpenAFS-devel] usd_FileClose

Jeffrey Hutzelman jhutz@cmu.edu
Thu, 04 Mar 2004 11:43:16 +0900


On Wednesday, March 03, 2004 12:42:38 -0500 Jim Rees <rees@umich.edu> wrote:

> Anyone object to this?


The complaint was about Linux.  Since this behaviour is clearly 
platform-dependent, why not just

-#ifndef AFS_AIX_ENV
+#if !defined(AFS_AIX_ENV) && !defined(AFS_LINUX_ENV)

and be done with it, instead of restructuring the text (making the diff 
harder to read) and changing the behaviour on other platforms where there 
is no indication a change is needed.

-- Jeff