From 074d88cd27d461e344257df6b629e576b48285a6 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 23:18:37 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/rpc/rpc_generic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/rpc/rpc_generic.c') diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c index e2492b4..3223997 100644 --- a/lib/libc/rpc/rpc_generic.c +++ b/lib/libc/rpc/rpc_generic.c @@ -1,5 +1,4 @@ /* $NetBSD: rpc_generic.c,v 1.4 2000/09/28 09:07:04 kleink Exp $ */ -/* $FreeBSD$ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,6 +33,8 @@ */ /* #pragma ident "@(#)rpc_generic.c 1.17 94/04/24 SMI" */ +#include +__FBSDID("$FreeBSD$"); /* * rpc_generic.c, Miscl routines for RPC. -- cgit v1.1