summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/def.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-19 20:23:35 +0000
committerpeter <peter@FreeBSD.org>1996-08-19 20:23:35 +0000
commitd093c7b48e95c00d2fcbc70970b1e99c1a5712b7 (patch)
tree2f7a1aed406bea4049bb1f4e000e564c5c306112 /usr.bin/mail/def.h
parent65b6e7181bc8bde1918c94186c38543764663453 (diff)
downloadFreeBSD-src-d093c7b48e95c00d2fcbc70970b1e99c1a5712b7.zip
FreeBSD-src-d093c7b48e95c00d2fcbc70970b1e99c1a5712b7.tar.gz
Simplistic conversion of mail to use termios instead of sgtty.
Diffstat (limited to 'usr.bin/mail/def.h')
-rw-r--r--usr.bin/mail/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h
index 1faca76..6ed65a4 100644
--- a/usr.bin/mail/def.h
+++ b/usr.bin/mail/def.h
@@ -44,7 +44,7 @@
#include <sys/time.h>
#include <signal.h>
-#include <sgtty.h>
+#include <termios.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
OpenPOWER on IntegriCloud