[BACK]Return to rpc_clntout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_clntout.c between version 1.14 and 1.15

version 1.14, 2009/10/27 23:59:42 version 1.15, 2010/09/01 14:43:34
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $       */  /*      $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $       */
   
 /*  /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for   * Copyright (c) 2010, Oracle America, Inc.
  * unrestricted use provided that this legend is included on all tape  
  * media and as a part of the software program in whole or part.  Users  
  * may copy or modify Sun RPC without charge, but are not authorized  
  * to license or distribute it to anyone else except as part of a product or  
  * program developed by the user or with the express written consent of  
  * Sun Microsystems, Inc.  
  *   *
  * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE   * Redistribution and use in source and binary forms, with or without
  * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR   * modification, are permitted provided that the following conditions are
  * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.   * met:
  *   *
  * Sun RPC is provided with no support and without any obligation on the   *     * Redistributions of source code must retain the above copyright
  * part of Sun Microsystems, Inc. to assist in its use, correction,   *       notice, this list of conditions and the following disclaimer.
  * modification or enhancement.   *     * Redistributions in binary form must reproduce the above
    *       copyright notice, this list of conditions and the following
    *       disclaimer in the documentation and/or other materials
    *       provided with the distribution.
    *     * Neither the name of the "Oracle America, Inc." nor the names of its
    *       contributors may be used to endorse or promote products derived
    *       from this software without specific prior written permission.
  *   *
  * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE   *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC   *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  * OR ANY PART THEREOF.   *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  *   *   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  * In no event will Sun Microsystems, Inc. be liable for any lost revenue   *   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  * or profits or other special, indirect and consequential damages, even if   *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  * Sun has been advised of the possibility of such damages.   *   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  *   *   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  * Sun Microsystems, Inc.   *   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  * 2550 Garcia Avenue   *   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  * Mountain View, California  94043   *   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 /*  /*
  * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler   * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler
  * Copyright (C) 1987, Sun Microsytsems, Inc.  
  */   */
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15