summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-02-09 00:32:07 +0000
committerstevesk <stevesk@openbsd.org>2006-02-09 00:32:07 +0000
commitef89dbac5af71b8e5c5ce909815df89c4d7c4a7c (patch)
tree13e979c6a9a63dafadb3c00210565c0c71540a97
parentadd an interface detach hook and use it with the vlan(4) driver. this (diff)
downloadwireguard-openbsd-ef89dbac5af71b8e5c5ce909815df89c4d7c4a7c.tar.xz
wireguard-openbsd-ef89dbac5af71b8e5c5ce909815df89c4d7c4a7c.zip
#include <sys/endian.h> not needed; ok djm@
-rw-r--r--usr.bin/ssh/includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/includes.h b/usr.bin/ssh/includes.h
index 10064c7ce5c..bcff77be9c5 100644
--- a/usr.bin/ssh/includes.h
+++ b/usr.bin/ssh/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.30 2006/02/08 23:51:24 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.31 2006/02/09 00:32:07 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -23,7 +23,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#include <sys/socket.h>
#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/endian.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/time.h>