From 348621bf61671884cb9fa185f84447af5cf0c396 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 27 Mar 2000 18:34:58 +0000 Subject: [PATCH] don't include rcsid in compile --- sys/dev/pcmcia/if_wi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pcmcia/if_wi.c b/sys/dev/pcmcia/if_wi.c index 1987185b837..03332aef0d0 100644 --- a/sys/dev/pcmcia/if_wi.c +++ b/sys/dev/pcmcia/if_wi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi.c,v 1.8 2000/02/03 00:56:45 angelos Exp $ */ +/* $OpenBSD: if_wi.c,v 1.9 2000/03/27 18:34:58 jason Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -133,9 +133,9 @@ u_int32_t widebug = WIDEBUG; #define DPRINTF(mask,args) #endif /* WIDEBUG */ -#if !defined(lint) +#if !defined(lint) && !defined(__OpenBSD__) static const char rcsid[] = - "$OpenBSD: if_wi.c,v 1.8 2000/02/03 00:56:45 angelos Exp $"; + "$OpenBSD: if_wi.c,v 1.9 2000/03/27 18:34:58 jason Exp $"; #endif /* lint */ #ifdef foo -- 2.20.1