diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
| commit | 5591b823d12e70560f330e67efacff791275a9f7 (patch) | |
| tree | bd3bda52d821bf2f9cd002936a811011a9757b06 /sys/dev/cy | |
| parent | 4adbaec36614afdfb05f2772cd5b35fa0be845a1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 4 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 69202e967407b..001b3f26e9780 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,9 +27,11 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.56 1997/11/10 15:46:33 bde Exp $ + * $Id: cy.c,v 1.57 1997/12/06 13:22:26 bde Exp $ */ +#include "opt_compat.h" + #include "cy.h" /* diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 69202e967407b..001b3f26e9780 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,9 +27,11 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.56 1997/11/10 15:46:33 bde Exp $ + * $Id: cy.c,v 1.57 1997/12/06 13:22:26 bde Exp $ */ +#include "opt_compat.h" + #include "cy.h" /* |
