diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2008-07-12 23:17:34 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2008-07-12 23:17:34 +0000 |
commit | 39469f2c2fed0db0408768d3107d04d9ab54579b (patch) | |
tree | 09fcb963bc3958e481e7d0922e4955f0b3f98be5 /sys | |
parent | 20313d6ccc65b4f70509d2064d583f9a303f438c (diff) |
reference vmt (openbsd) rather than vmware (xorg)
ok dlg
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/vmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vmt.c b/sys/dev/vmt.c index 93bb0057e3a..5b0264f8f72 100644 --- a/sys/dev/vmt.c +++ b/sys/dev/vmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmt.c,v 1.1 2008/07/08 05:22:00 dlg Exp $ */ +/* $OpenBSD: vmt.c,v 1.2 2008/07/12 23:17:33 ckuethe Exp $ */ /* * Copyright (c) 2007 David Crawshaw <david@zentus.com> @@ -18,7 +18,7 @@ */ #if !defined(__i386__) -#error vmware(4) is only supported on i386 +#error vmt(4) is only supported on i386 #endif #include <dev/vmtvar.h> |