OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4518-gb7bfd3a

Gerrit Code Review gerrit@openafs.org
Wed, 17 Dec 2014 10:51:54 -0500


The following commit has been merged in the master branch:
commit 1c445cc7e5d66881ef28860c9d43695feedf37d7
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date:   Fri Sep 20 10:42:20 2013 -0400

    Remove sunrpc compatibility
    
    Remove sunrpc compatibility from rxgen. It's not tested, and
    rpcgen is available from other sources. This will allow changes to be
    made to rxgen without worrying about their impact on rpcgen compatibility.
    
    Removals consist of the -l, -m, and -s switches, the source files
    rpc_clntout.c and rpc_svcout.c, and the scan tokens 'program' and
    'version'. The -R switch ('R compatibility') is also removed, as it's
    a noop.
    
    Change-Id: I960fac14faf072d221b8cb166e9388ab4accfa26
    Reviewed-on: http://gerrit.openafs.org/10258
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 doc/man-pages/pod1/rxgen.pod |   44 ++-----
 src/rxgen/Makefile.in        |    6 +-
 src/rxgen/NTMakefile         |    4 +-
 src/rxgen/rpc_clntout.c      |  125 -------------------
 src/rxgen/rpc_cout.c         |    4 +-
 src/rxgen/rpc_hout.c         |   86 +-------------
 src/rxgen/rpc_main.c         |  122 +------------------
 src/rxgen/rpc_parse.c        |   66 +----------
 src/rxgen/rpc_parse.h        |   30 -----
 src/rxgen/rpc_scan.c         |    2 -
 src/rxgen/rpc_scan.h         |    2 -
 src/rxgen/rpc_svcout.c       |  273 ------------------------------------------
 src/rxgen/rpc_util.c         |    2 -
 src/rxgen/rpc_util.h         |   11 --
 14 files changed, 29 insertions(+), 748 deletions(-)

-- 
OpenAFS Master Repository