Deleted Added
full compact
key_prot_xdr.c (90271) key_prot_xdr.c (92990)
1/*
2 * Please do not edit this file.
3 * It was generated using rpcgen.
4 */
5
6#include "namespace.h"
7#include <rpc/key_prot.h>
8#include "un-namespace.h"

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

30 * or profits or other special, indirect and consequential damages, even if
31 * Sun has been advised of the possibility of such damages.
32 *
33 * Sun Microsystems, Inc.
34 * 2550 Garcia Avenue
35 * Mountain View, California 94043
36 */
37/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */
1/*
2 * Please do not edit this file.
3 * It was generated using rpcgen.
4 */
5
6#include "namespace.h"
7#include <rpc/key_prot.h>
8#include "un-namespace.h"

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

30 * or profits or other special, indirect and consequential damages, even if
31 * Sun has been advised of the possibility of such damages.
32 *
33 * Sun Microsystems, Inc.
34 * 2550 Garcia Avenue
35 * Mountain View, California 94043
36 */
37/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */
38/* $FreeBSD: head/lib/libc/rpc/key_prot_xdr.c 90271 2002-02-05 23:43:43Z alfred $ */
39/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */
40
38/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */
39
40#include <sys/cdefs.h>
41__FBSDID("$FreeBSD: head/lib/libc/rpc/key_prot_xdr.c 92990 2002-03-22 23:18:37Z obrien $");
42
41/*
42 * Compiled from key_prot.x using rpcgen.
43 * DO NOT EDIT THIS FILE!
44 * This is NOT source code!
45 */
46
47bool_t
48xdr_keystatus(register XDR *xdrs, keystatus *objp)

--- 126 unchanged lines hidden ---
43/*
44 * Compiled from key_prot.x using rpcgen.
45 * DO NOT EDIT THIS FILE!
46 * This is NOT source code!
47 */
48
49bool_t
50xdr_keystatus(register XDR *xdrs, keystatus *objp)

--- 126 unchanged lines hidden ---