OpenAFS Master Repository branch, master, updated. 280861970ec2b714d1f2d651541a9552f92a32e4

Gerrit Code Review gerrit@openafs.org
Wed, 15 Jul 2009 18:44:11 -0700 (PDT)


The following commit has been merged in the master branch:
commit 280861970ec2b714d1f2d651541a9552f92a32e4
Author: Russ Allbery <rra@stanford.edu>
Date:   Tue Jul 14 22:52:35 2009 -0700

    Remove NLS message catalog implementation for pre-2.0 OSF
    
    fstrace had its own copy of the NLS catopen/catgets/catclose library
    functions only on OSF platforms prior to 2.0 with the functions
    renamed to add a "1" (which looked cut and pasted from somewhere
    else).  This is old enough that we no longer support that platform,
    so drop all of that code and partly untangle the #ifdefs to remove
    the pre-2.0 OSF case.
    
    Reviewed-on: http://gerrit.openafs.org/88
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Verified-by: Simon Wilkinson <sxw@inf.ed.ac.uk>

 src/venus/fstrace.c |  933 +--------------------------------------------------
 1 files changed, 2 insertions(+), 931 deletions(-)

-- 
OpenAFS Master Repository