Remove FreeBSD RCSID.
This commit is contained in:
parent
50838200f5
commit
4c3affa3f6
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: an.c,v 1.21 2001/11/13 13:14:34 lukem Exp $ */
|
/* $NetBSD: an.c,v 1.22 2002/03/23 03:40:24 gmcgarry Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 1998, 1999
|
* Copyright (c) 1997, 1998, 1999
|
||||||
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
|
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.21 2001/11/13 13:14:34 lukem Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.22 2002/03/23 03:40:24 gmcgarry Exp $");
|
||||||
|
|
||||||
#include "opt_inet.h"
|
#include "opt_inet.h"
|
||||||
#include "bpfilter.h"
|
#include "bpfilter.h"
|
||||||
|
@ -144,11 +144,6 @@ __KERNEL_RCSID(0, "$NetBSD: an.c,v 1.21 2001/11/13 13:14:34 lukem Exp $");
|
||||||
#include <dev/ic/anreg.h>
|
#include <dev/ic/anreg.h>
|
||||||
#include <dev/ic/anvar.h>
|
#include <dev/ic/anvar.h>
|
||||||
|
|
||||||
#if !defined(lint)
|
|
||||||
static const char rcsid[] =
|
|
||||||
"$FreeBSD: src/sys/dev/an/if_an.c,v 1.12 2000/11/13 23:04:12 wpaul Exp $";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* These are global because we need them in sys/pci/if_an_p.c. */
|
/* These are global because we need them in sys/pci/if_an_p.c. */
|
||||||
static void an_reset __P((struct an_softc *));
|
static void an_reset __P((struct an_softc *));
|
||||||
static void an_wait __P((struct an_softc *));
|
static void an_wait __P((struct an_softc *));
|
||||||
|
|
Loading…
Reference in New Issue