13 lines
415 B
Text
13 lines
415 B
Text
$NetBSD: patch-ab,v 1.1 2005/12/09 10:56:47 joerg Exp $
|
|
|
|
--- vbetest.c.orig 2005-12-09 10:46:56.000000000 +0000
|
|
+++ vbetest.c
|
|
@@ -17,7 +17,7 @@ This program is in the public domain.
|
|
#include <time.h>
|
|
#include <dev/wscons/wsconsio.h>
|
|
#include <machine/sysarch.h>
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#include <machine/console.h>
|
|
#include <machine/sysarch.h>
|
|
#endif
|