Deleted Added
full compact
types.h (26211) types.h (50473)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)types.h 1.18 87/07/24 SMI
30 * from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)types.h 1.18 87/07/24 SMI
30 * from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC
31 * $Id: types.h,v 1.5 1996/12/30 13:59:40 peter Exp $
31 * $FreeBSD: head/sys/rpc/types.h 50473 1999-08-27 23:45:13Z peter $
32 */
33
34/*
35 * Rpc additions to <sys/types.h>
36 */
37#ifndef _RPC_TYPES_H
38#define _RPC_TYPES_H
39

--- 23 unchanged lines hidden ---
32 */
33
34/*
35 * Rpc additions to <sys/types.h>
36 */
37#ifndef _RPC_TYPES_H
38#define _RPC_TYPES_H
39

--- 23 unchanged lines hidden ---