diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:56:30 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:56:30 +0000 |
commit | 2a185228c04e6940839149035e64bd65186c7379 (patch) | |
tree | 241b0c5d6a7562e484e4c33163bb86fc9f0e5580 /sys/dev/ic | |
parent | 30ca2eea0ebc6a1db39e96b5767a4d593d20bdc9 (diff) |
remove cold.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/i82365var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/i82365var.h b/sys/dev/ic/i82365var.h index 5dfd34bb859..dac3136a356 100644 --- a/sys/dev/ic/i82365var.h +++ b/sys/dev/ic/i82365var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365var.h,v 1.11 2001/06/24 20:34:22 fgsch Exp $ */ +/* $OpenBSD: i82365var.h,v 1.12 2001/06/24 20:56:29 fgsch Exp $ */ /* $NetBSD: i82365var.h,v 1.4 1998/05/23 18:32:29 matt Exp $ */ /* @@ -40,8 +40,6 @@ struct proc; -extern int cold; - struct pcic_event { SIMPLEQ_ENTRY(pcic_event) pe_q; int pe_type; |