mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1a71f31ac4
is entered PR: 21834 Submitted by: George Reid <services@nevernet.net>
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
--- 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"
|
|
|
|
|