diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-13 02:24:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-13 02:24:09 +0000 |
commit | 0c67335ec290897a4e254ea02d4cd95c1a7539c1 (patch) | |
tree | a1a6bed037a304d8b923a6d089abc455c1af5bf1 /sys/dev/ic/aic7xxx_seeprom.c | |
parent | 86314c41f65dc5fa6ef8719498f95fa47497d5bd (diff) |
Remove commented out NetBSD __KERNEL_RCSID macro usage.
ok dlg@
Diffstat (limited to 'sys/dev/ic/aic7xxx_seeprom.c')
-rw-r--r-- | sys/dev/ic/aic7xxx_seeprom.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/ic/aic7xxx_seeprom.c b/sys/dev/ic/aic7xxx_seeprom.c index 1e8e231c8d3..3e576a7f074 100644 --- a/sys/dev/ic/aic7xxx_seeprom.c +++ b/sys/dev/ic/aic7xxx_seeprom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_seeprom.c,v 1.3 2004/10/24 04:28:33 krw Exp $ */ +/* $OpenBSD: aic7xxx_seeprom.c,v 1.4 2008/05/13 02:24:08 brad Exp $ */ /* $NetBSD: aic7xxx_seeprom.c,v 1.8 2003/05/02 19:12:19 dyoung Exp $ */ /* @@ -47,14 +47,11 @@ * from the FreeBSD source file aic7xxx_pci.c by Frank van der Linden * <fvdl@netbsd.org> * - * $Id: aic7xxx_seeprom.c,v 1.3 2004/10/24 04:28:33 krw Exp $ + * $Id: aic7xxx_seeprom.c,v 1.4 2008/05/13 02:24:08 brad Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_pci.c,v 1.22 2003/01/20 20:44:55 gibbs Exp $ */ -#include <sys/cdefs.h> -/* __KERNEL_RCSID(0, "$NetBSD: aic7xxx_seeprom.c,v 1.8 2003/05/02 19:12:19 dyoung Exp $"); */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |