blob: bf65297f651e4f978e7e45d0af6cfdadd56a0102 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- terminal.c.orig Sun Oct 8 18:03:19 2000
+++ terminal.c Sun Oct 8 18:03:24 2000
@@ -15,7 +15,7 @@
#include <unistd.h>
#include <termios.h>
#include <sys/ioctl.h>
-#include <sys/vt.h>
+#include <sys/consio.h>
#include "vlock.h"
|