summaryrefslogtreecommitdiffstats
path: root/usr.bin/write/write.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-12-09 08:15:29 +0000
committerderaadt <deraadt@openbsd.org>2002-12-09 08:15:29 +0000
commita1ee85858591c3c80ae1a9f95e3c81c1e8dc751b (patch)
tree6e0d4125aa94cc2036fc656e84dfdcdcf25de04f /usr.bin/write/write.c
parentadd support for regular expressions and pidname translations. from provos (diff)
downloadwireguard-openbsd-a1ee85858591c3c80ae1a9f95e3c81c1e8dc751b.tar.xz
wireguard-openbsd-a1ee85858591c3c80ae1a9f95e3c81c1e8dc751b.zip
do not use sys/types.h and sys/param.h together; andrushock@korovino.net
Diffstat (limited to 'usr.bin/write/write.c')
-rw-r--r--usr.bin/write/write.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c
index 1d91bbc7c78..52707f44f98 100644
--- a/usr.bin/write/write.c
+++ b/usr.bin/write/write.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: write.c,v 1.17 2002/08/04 01:26:40 deraadt Exp $ */
+/* $OpenBSD: write.c,v 1.18 2002/12/09 08:15:29 deraadt Exp $ */
/* $NetBSD: write.c,v 1.5 1995/08/31 21:48:32 jtc Exp $ */
/*
@@ -47,10 +47,9 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)write.c 8.2 (Berkeley) 4/27/95";
#endif
-static char *rcsid = "$OpenBSD: write.c,v 1.17 2002/08/04 01:26:40 deraadt Exp $";
+static char *rcsid = "$OpenBSD: write.c,v 1.18 2002/12/09 08:15:29 deraadt Exp $";
#endif /* not lint */
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <ctype.h>