summaryrefslogtreecommitdiff
path: root/usr.bin/talk/talk.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-18 04:02:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-18 04:02:27 +0000
commit0fdee9fc4c513111890cb276e3050734c0e8b8c9 (patch)
tree5cab468ea847a2637773683e95a786710b7383b8 /usr.bin/talk/talk.h
parent8a60a215e4534c61e81ad6fe5e0b4833e1664a95 (diff)
Some changes inspired by FreeBSD...
o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen
Diffstat (limited to 'usr.bin/talk/talk.h')
-rw-r--r--usr.bin/talk/talk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h
index cb173917fbe..ecff149cb76 100644
--- a/usr.bin/talk/talk.h
+++ b/usr.bin/talk/talk.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: talk.h,v 1.3 1998/04/28 22:13:32 pjanzen Exp $ */
+/* $OpenBSD: talk.h,v 1.4 1998/08/18 04:02:26 millert Exp $ */
/* $NetBSD: talk.h,v 1.3 1994/12/09 02:14:27 jtc Exp $ */
/*
@@ -42,6 +42,7 @@
#include <protocols/talkd.h>
#include <curses.h>
#include <string.h>
+#include <err.h>
extern int sockt;
extern int curses_initialized;