Deleted Added
full compact
xdr_mem.c (92905) xdr_mem.c (92986)
1/* $NetBSD: xdr_mem.c,v 1.15 2000/01/22 22:19:18 mycroft Exp $ */
2
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

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

24 * or profits or other special, indirect and consequential damages, even if
25 * Sun has been advised of the possibility of such damages.
26 *
27 * Sun Microsystems, Inc.
28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 */
31
1/* $NetBSD: xdr_mem.c,v 1.15 2000/01/22 22:19:18 mycroft Exp $ */
2
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

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

24 * or profits or other special, indirect and consequential damages, even if
25 * Sun has been advised of the possibility of such damages.
26 *
27 * Sun Microsystems, Inc.
28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 */
31
32#include <sys/cdefs.h>
33#if defined(LIBC_SCCS) && !defined(lint)
32#if defined(LIBC_SCCS) && !defined(lint)
34/*static char *sccsid = "from: @(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/
35/*static char *sccsid = "from: @(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";*/
36static char *rcsid = "$FreeBSD: head/lib/libc/xdr/xdr_mem.c 92905 2002-03-21 22:49:10Z obrien $";
33static char *sccsid = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro";
34static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";
37#endif
35#endif
36#include <sys/cdefs.h>
37__FBSDID("$FreeBSD: head/lib/libc/xdr/xdr_mem.c 92986 2002-03-22 21:53:29Z obrien $");
38
39/*
40 * xdr_mem.h, XDR implementation using memory buffers.
41 *
42 * Copyright (C) 1984, Sun Microsystems, Inc.
43 *
44 * If you have some data to be interpreted as external data representation
45 * or to be converted to external data representation in a memory buffer,

--- 209 unchanged lines hidden ---
38
39/*
40 * xdr_mem.h, XDR implementation using memory buffers.
41 *
42 * Copyright (C) 1984, Sun Microsystems, Inc.
43 *
44 * If you have some data to be interpreted as external data representation
45 * or to be converted to external data representation in a memory buffer,

--- 209 unchanged lines hidden ---