summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-05-08 17:09:43 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-05-08 17:09:43 +0000
commita1b8d3c1dd9d2dfe1c6587fc9ab24f0109e84400 (patch)
treec6fd3959573fdf1481cd9f01cbebb1c550597c38
parent7365e475047fcfe8ce1b68f379c6cd790c4ea85d (diff)
The header <vis.h> is no longer needed; ok martijn@.
-rw-r--r--usr.bin/wall/wall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c
index b0907fbbe0a..dd17183d5ab 100644
--- a/usr.bin/wall/wall.c
+++ b/usr.bin/wall/wall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wall.c,v 1.30 2016/05/08 16:19:35 martijn Exp $ */
+/* $OpenBSD: wall.c,v 1.31 2016/05/08 17:09:42 schwarze Exp $ */
/* $NetBSD: wall.c,v 1.6 1994/11/17 07:17:58 jtc Exp $ */
/*
@@ -51,7 +51,6 @@
#include <string.h>
#include <unistd.h>
#include <utmp.h>
-#include <vis.h>
struct wallgroup {
gid_t gid;