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>
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
--- keyboard.h.orig Mon Nov 6 09:43:04 1995
|
|
+++ keyboard.h Sat Dec 30 02:36:25 2000
|
|
@@ -61,7 +61,8 @@
|
|
#include <limits.h>
|
|
#include <signal.h>
|
|
#include <setjmp.h>
|
|
-#include <termio.h>
|
|
+#include <termios.h>
|
|
+#include <term.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
Only in old: pash.sources.tar.gz
|