Deleted Added
full compact
xdr_sizeof.c (74462) xdr_sizeof.c (92986)
1/*
1/*
2 * $FreeBSD: head/lib/libc/xdr/xdr_sizeof.c 74462 2001-03-19 12:50:13Z alfred $
3 *
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or
9 * program developed by the user.
10 *
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE

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

32 * xdr_sizeof.c
33 *
34 * Copyright 1990 Sun Microsystems, Inc.
35 *
36 * General purpose routine to see how much space something will use
37 * when serialized using XDR.
38 */
39
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 *
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE

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

30 * xdr_sizeof.c
31 *
32 * Copyright 1990 Sun Microsystems, Inc.
33 *
34 * General purpose routine to see how much space something will use
35 * when serialized using XDR.
36 */
37
38#include <sys/cdefs.h>
39__FBSDID("$FreeBSD: head/lib/libc/xdr/xdr_sizeof.c 92986 2002-03-22 21:53:29Z obrien $");
40
40#include "namespace.h"
41#include <rpc/types.h>
42#include <rpc/xdr.h>
43#include <sys/types.h>
44#include <stdlib.h>
45#include "un-namespace.h"
46
47/* ARGSUSED */

--- 120 unchanged lines hidden ---
41#include "namespace.h"
42#include <rpc/types.h>
43#include <rpc/xdr.h>
44#include <sys/types.h>
45#include <stdlib.h>
46#include "un-namespace.h"
47
48/* ARGSUSED */

--- 120 unchanged lines hidden ---