From: jason Date: Mon, 27 Mar 2000 18:34:58 +0000 (+0000) Subject: don't include rcsid in compile X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=348621bf61671884cb9fa185f84447af5cf0c396;p=openbsd don't include rcsid in compile --- 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