Heimdal on NetBSD uses __RCSID.

This commit is contained in:
mlelstv 2008-03-22 12:43:47 +00:00
parent dad672bb3e
commit 61c7bde65a
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#include "nbtool_config.h"
#else
#ifndef RCSID
#define RCSID(msg) \
#ifndef __RCSID
#define __RCSID(msg) \
static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#endif