diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-01-01 14:38:30 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-01-01 14:38:30 +0000 |
| commit | 70bfbd280e4dcfb606d3209662931e457edd49cf (patch) | |
| tree | bbcb9df4bca5f5b63ca6ef22b2e2a35a2566639f /sys/alpha/include | |
| parent | 101a573e33f88c7ff49a9770bc7c5623de6e5119 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/console.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index d74797622648..52ef8d1649df 100644 --- a/sys/alpha/include/console.h +++ b/sys/alpha/include/console.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: console.h,v 1.39 1998/08/06 09:15:52 dfr Exp $ + * $Id: console.h,v 1.40 1998/09/17 09:38:36 dfr Exp $ * from: i386/include console.h,v 1.39 */ @@ -304,7 +304,7 @@ struct video_info { int vi_flags; #define V_INFO_COLOR (1<<0) #define V_INFO_GRAPHICS (1<<1) -#define V_INFO_LENEAR (1<<2) +#define V_INFO_LINEAR (1<<2) #define V_INFO_VESA (1<<3) int vi_width; int vi_height; |
