diff options
| author | 2008-05-13 02:24:08 +0000 | |
|---|---|---|
| committer | 2008-05-13 02:24:08 +0000 | |
| commit | 90274a13cb59246c3bc0a84fb833ef97d9050212 (patch) | |
| tree | 7dc4e0aa43baffc324b686d778de3248ea94cf33 /sys/dev/pci/cmpci.c | |
| parent | Change a mktemp(3) to mkstemp(3), preventing a race condition. (diff) | |
| download | wireguard-openbsd-90274a13cb59246c3bc0a84fb833ef97d9050212.tar.xz wireguard-openbsd-90274a13cb59246c3bc0a84fb833ef97d9050212.zip | |
Remove commented out NetBSD __KERNEL_RCSID macro usage.
ok dlg@
Diffstat (limited to 'sys/dev/pci/cmpci.c')
| -rw-r--r-- | sys/dev/pci/cmpci.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/cmpci.c b/sys/dev/pci/cmpci.c index a2395296afa..e36689fc89b 100644 --- a/sys/dev/pci/cmpci.c +++ b/sys/dev/pci/cmpci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmpci.c,v 1.18 2008/04/21 00:32:43 jakemsr Exp $ */ +/* $OpenBSD: cmpci.c,v 1.19 2008/05/13 02:24:08 brad Exp $ */ /* $NetBSD: cmpci.c,v 1.25 2004/10/26 06:32:20 xtraeme Exp $ */ /* @@ -42,11 +42,6 @@ * */ -#if 0 -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cmpci.c,v 1.25 2004/10/26 06:32:20 xtraeme Exp $"); -#endif - #if defined(AUDIO_DEBUG) || defined(DEBUG) #define DPRINTF(x) if (cmpcidebug) printf x int cmpcidebug = 0; |
