From a1a5bcd8f685261f2da53e2e9c28714e3e49c684 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 29 Jun 2002 11:22:20 +0000 Subject: Use our __RCSID(). --- crypto/openssh/includes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index e20d7a5..a35f4e5 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -1,4 +1,5 @@ /* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */ +/* $FreeBSD$ */ /* * Author: Tatu Ylonen @@ -17,7 +18,7 @@ #define INCLUDES_H #define RCSID(msg) \ -static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } +__RCSID(msg) #include "config.h" -- cgit v1.1