diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-04 02:51:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-04 02:51:42 +0000 |
commit | 3d2af48d351f39ec9434ba144d9cb3c4bb5bde43 (patch) | |
tree | 37dfc836e339338276281e9a5764a102136a3d30 /include/rpcsvc/rex.x | |
parent | 96f7782627c5d42aae6a4dca6c8ec70bf8fd3602 (diff) | |
download | FreeBSD-src-3d2af48d351f39ec9434ba144d9cb3c4bb5bde43.zip FreeBSD-src-3d2af48d351f39ec9434ba144d9cb3c4bb5bde43.tar.gz |
Use __FBSDID vs. rcsid[].
Diffstat (limited to 'include/rpcsvc/rex.x')
-rw-r--r-- | include/rpcsvc/rex.x | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/cdefs.h> +%__FBSDID("$FreeBSD$"); #endif const STRINGSIZE = 1024; |