diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-19 12:50:13 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-19 12:50:13 +0000 |
| commit | 8360efbd6c932013ffdb2f83d2f2de4278febb5e (patch) | |
| tree | b842b4bf2665ef953be005b10013a2f3daf323c3 /lib/libc/rpc/key_prot_xdr.c | |
| parent | 1ac2b9fe972a0c73729565f8310fa6eba55718c4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/key_prot_xdr.c')
| -rw-r--r-- | lib/libc/rpc/key_prot_xdr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/rpc/key_prot_xdr.c b/lib/libc/rpc/key_prot_xdr.c index 8cd6b6b0678e..298a451d2f77 100644 --- a/lib/libc/rpc/key_prot_xdr.c +++ b/lib/libc/rpc/key_prot_xdr.c @@ -3,7 +3,9 @@ * It was generated using rpcgen. */ +#include "namespace.h" #include <rpc/key_prot.h> +#include "un-namespace.h" /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -32,8 +34,8 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" - +/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ +/* $FreeBSD$ */ /* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ /* |
