define __RCSID if nobody did.

This commit is contained in:
christos 2009-05-15 12:06:09 +00:00
parent 1f10a84b4b
commit 99604eb933
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: file.h,v 1.2 2009/05/08 17:28:01 christos Exp $ */
/* $NetBSD: file.h,v 1.3 2009/05/15 12:06:09 christos Exp $ */
/*
* Copyright (c) Ian F. Darwin 1986-1995.
@ -448,5 +448,8 @@ static const char *rcsid(const char *p) { \
#else
#define FILE_RCSID(id)
#endif
#ifndef __RCSID
#define __RCSID(a)
#endif
#endif /* __file_h__ */