freebsd-ports/security/vlock/files/patch-ac
Trevor Johnson 1a71f31ac4 new port of vlock 1.3, a utility to lock a console until a password
is entered

PR:		21834
Submitted by:	George Reid <services@nevernet.net>
2000-10-22 15:36:25 +00:00

11 lines
241 B
Text

--- 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"