key_prot.x (8360efbd6c932013ffdb2f83d2f2de4278febb5e) | key_prot.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf) |
---|---|
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% * --- 30 unchanged lines hidden (view full) --- 39 * loopback transport. 40 * 41 * NOTE: This .x file generates the USER level headers for the keyserver. 42 * the KERNEL level headers are created by hand as they kernel has special 43 * requirements. 44 */ 45 46%/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ | 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% * --- 30 unchanged lines hidden (view full) --- 39 * loopback transport. 40 * 41 * NOTE: This .x file generates the USER level headers for the keyserver. 42 * the KERNEL level headers are created by hand as they kernel has special 43 * requirements. 44 */ 45 46%/* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ |
47%/* $FreeBSD$ */ | |
48%/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ | 47%/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ |
48%#include <sys/cdefs.h> 49%__FBSDID("$FreeBSD$"); |
|
49% 50%/* 51% * Compiled from key_prot.x using rpcgen. 52% * DO NOT EDIT THIS FILE! 53% * This is NOT source code! 54% */ 55 56/* --- 228 unchanged lines hidden --- | 50% 51%/* 52% * Compiled from key_prot.x using rpcgen. 53% * DO NOT EDIT THIS FILE! 54% * This is NOT source code! 55% */ 56 57/* --- 228 unchanged lines hidden --- |