diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:35:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:35:37 +0000 |
commit | e511a52691ddb2290f5d3c9ca6e9f0fc3b320289 (patch) | |
tree | f68510b774a71e2a0879cb013e3abd7a15665abc /sys/arch/sparc/dev/fdreg.h | |
parent | fc98d7c9a0046f274410f903f952ef6224f68e10 (diff) |
netbsd port, now we merge our changes back in
Diffstat (limited to 'sys/arch/sparc/dev/fdreg.h')
-rw-r--r-- | sys/arch/sparc/dev/fdreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fdreg.h b/sys/arch/sparc/dev/fdreg.h index a522eb2d3c2..4166d58b0ba 100644 --- a/sys/arch/sparc/dev/fdreg.h +++ b/sys/arch/sparc/dev/fdreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: fdreg.h,v 1.4 1995/06/28 04:31:19 cgd Exp $ */ +/* $NetBSD: fdreg.h,v 1.5 1996/02/01 22:32:27 mycroft Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -42,7 +42,7 @@ /* uses NEC765 controller */ #include <dev/ic/nec765reg.h> -#ifndef LOCORE +#ifndef _LOCORE struct fdreg_77 { u_int8_t fd_statusA; u_int8_t fd_statusB; |