From 3d2af48d351f39ec9434ba144d9cb3c4bb5bde43 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 4 May 2003 02:51:42 +0000 Subject: Use __FBSDID vs. rcsid[]. --- include/rpcsvc/rex.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rpcsvc/rex.x') diff --git a/include/rpcsvc/rex.x b/include/rpcsvc/rex.x index 6dbc06b..eabc4d5 100644 --- a/include/rpcsvc/rex.x +++ b/include/rpcsvc/rex.x @@ -35,9 +35,9 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static const char rcsid[] = -% "$FreeBSD$"; %#endif /* not lint */ +%#include +%__FBSDID("$FreeBSD$"); #endif const STRINGSIZE = 1024; -- cgit v1.1