summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-08 23:24:28 +0000
committerderaadt <deraadt@openbsd.org>2014-07-08 23:24:28 +0000
commit442294dd41c323abb7807c6fe6844518c0515a68 (patch)
tree99f01f1909bb7ec76b34f519e1330d3fc4c057df
parentalso use inverted poison patterns, to mix things up. ok deraadt miod (diff)
downloadwireguard-openbsd-442294dd41c323abb7807c6fe6844518c0515a68.tar.xz
wireguard-openbsd-442294dd41c323abb7807c6fe6844518c0515a68.zip
Cannot find a reason for this to need machine/cpu.h
-rw-r--r--usr.bin/w/w.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 4c146b81e87..2847004aa45 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.55 2014/07/04 05:58:31 guenther Exp $ */
+/* $OpenBSD: w.c,v 1.56 2014/07/08 23:24:28 deraadt Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -44,7 +44,6 @@
#include <sys/socket.h>
#include <sys/tty.h>
-#include <machine/cpu.h>
#include <netinet/in.h>
#include <arpa/inet.h>