diff options
Diffstat (limited to 'lib/libc/rpc/key_prot_xdr.c')
-rw-r--r-- | lib/libc/rpc/key_prot_xdr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/rpc/key_prot_xdr.c b/lib/libc/rpc/key_prot_xdr.c index 2329997..937083a 100644 --- a/lib/libc/rpc/key_prot_xdr.c +++ b/lib/libc/rpc/key_prot_xdr.c @@ -35,9 +35,11 @@ * Mountain View, California 94043 */ /* From: #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ -/* $FreeBSD$ */ /* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Compiled from key_prot.x using rpcgen. * DO NOT EDIT THIS FILE! |