Deleted Added
full compact
svc_auth.c (26221) svc_auth.c (55206)
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 *

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

28 */
29/*
30 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
31 */
32
33#ident "@(#)svc_auth.c 1.16 94/04/24 SMI"
34
35#if !defined(lint) && defined(SCCSIDS)
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 *

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

28 */
29/*
30 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
31 */
32
33#ident "@(#)svc_auth.c 1.16 94/04/24 SMI"
34
35#if !defined(lint) && defined(SCCSIDS)
36#if 0
36static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro";
37static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro";
38#else
39static const char rcsid[] =
40 "$FreeBSD: head/lib/libc/rpc/svc_auth.c 55206 1999-12-29 05:07:58Z peter $";
37#endif
41#endif
42#endif
38
39/*
40 * svc_auth.c, Server-side rpc authenticator interface.
41 *
42 */
43
43
44/*
45 * svc_auth.c, Server-side rpc authenticator interface.
46 *
47 */
48
44#ifdef KERNEL
49#ifdef _KERNEL
45#include <sys/param.h>
46#include <rpc/types.h>
47#include <rpc/xdr.h>
48#include <rpc/auth.h>
49#include <rpc/clnt.h>
50#include <rpc/rpc_msg.h>
51#include <rpc/svc.h>
52#include <rpc/svc_auth.h>

--- 159 unchanged lines hidden ---
50#include <sys/param.h>
51#include <rpc/types.h>
52#include <rpc/xdr.h>
53#include <rpc/auth.h>
54#include <rpc/clnt.h>
55#include <rpc/rpc_msg.h>
56#include <rpc/svc.h>
57#include <rpc/svc_auth.h>

--- 159 unchanged lines hidden ---