Use our __RCSID().

This commit is contained in:
Dag-Erling Smørgrav 2002-06-29 11:22:20 +00:00
parent c62005fc13
commit 9e1547ea49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99056

View File

@ -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"