diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-29 11:22:20 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-29 11:22:20 +0000 |
| commit | 9e1547ea495d198b761383837b456c3a8f00e2ce (patch) | |
| tree | 4b8ee5ae298f6f0e398c26f009c6d972093cf645 | |
| parent | c62005fc13b35e0b948af5f43f962ed700db1d5b (diff) | |
Notes
| -rw-r--r-- | crypto/openssh/includes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index e20d7a5191354..a35f4e5b7e600 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 <ylo@cs.hut.fi> @@ -17,7 +18,7 @@ #define INCLUDES_H #define RCSID(msg) \ -static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } +__RCSID(msg) #include "config.h" |
