diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-26 05:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-26 05:43:17 +0000 |
commit | a00e63fb9da97e7b71f87d20bc4267f31aaa4570 (patch) | |
tree | 437e1a8256eaeee4f45bc21da2cf3161a3673136 /sys/dev/ic/i82365var.h | |
parent | 0b236866b1dc2b28bd8f94454a7e053d0676ab78 (diff) |
shrink code, cleanup port printouts, repairs various comments
Diffstat (limited to 'sys/dev/ic/i82365var.h')
-rw-r--r-- | sys/dev/ic/i82365var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/i82365var.h b/sys/dev/ic/i82365var.h index 511d4e277c9..952b8ca50e1 100644 --- a/sys/dev/ic/i82365var.h +++ b/sys/dev/ic/i82365var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365var.h,v 1.3 1999/05/02 22:35:40 fgsch Exp $ */ +/* $OpenBSD: i82365var.h,v 1.4 1999/07/26 05:43:15 deraadt Exp $ */ /* $NetBSD: i82365var.h,v 1.4 1998/05/23 18:32:29 matt Exp $ */ /* @@ -121,7 +121,6 @@ struct pcic_softc { int pcic_ident_ok __P((int)); int pcic_vendor __P((struct pcic_handle *)); -char *pcic_vendor_to_string __P((int)); void pcic_attach __P((struct pcic_softc *)); void pcic_attach_sockets __P((struct pcic_softc *)); |