add missing #ifdef __RCSID
(these files are compiled as host tools) from Nicolas Ollinger, fixes PR#21892
This commit is contained in:
parent
b92f152573
commit
9bdcb47acd
4
crypto/dist/heimdal/lib/vers/print_version.c
vendored
4
crypto/dist/heimdal/lib/vers/print_version.c
vendored
@ -33,8 +33,10 @@
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#ifdef __RCSID
|
||||
__RCSID("$Heimdal: print_version.c,v 1.6 2003/01/02 15:32:50 joda Exp $"
|
||||
"$NetBSD: print_version.c,v 1.5 2003/05/15 21:36:56 lha Exp $");
|
||||
"$NetBSD: print_version.c,v 1.6 2003/06/23 20:02:53 aymeric Exp $");
|
||||
#endif /* __RCSID */
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db.c,v 1.9 2003/05/20 08:34:52 wiz Exp $ */
|
||||
/* $NetBSD: db.c,v 1.10 2003/06/23 20:02:54 aymeric Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -38,7 +38,9 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: db.c,v 1.9 2003/05/20 08:34:52 wiz Exp $");
|
||||
#ifdef __RCSID
|
||||
__RCSID("$NetBSD: db.c,v 1.10 2003/06/23 20:02:54 aymeric Exp $");
|
||||
#endif /* __RCSID */
|
||||
#endif /* not lint */
|
||||
|
||||
#include <db.h>
|
||||
|
Loading…
Reference in New Issue
Block a user