58e54dfd23
patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
--- screen.h.orig Sat Nov 11 20:31:16 1995
|
|
+++ screen.h Sat Dec 30 02:27:14 2000
|
|
@@ -28,7 +28,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <termio.h>
|
|
+#include <term.h>
|
|
#include <signal.h>
|
|
#include <limits.h>
|
|
#include <unistd.h>
|