1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-20 20:25:20 +00:00

Remove sys/poll.h since we also have poll.h.

Also removes one line of diff vs portable.
This commit is contained in:
dtucker
2026-02-08 03:30:15 +00:00
parent 0a1a5efb05
commit 3c0af00218

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: sftp-client.c,v 1.181 2025/12/22 01:20:39 djm Exp $ */
/* $OpenBSD: sftp-client.c,v 1.182 2026/02/08 03:30:15 dtucker Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -21,7 +21,6 @@
/* XXX: copy between two remote sites */
#include <sys/types.h>
#include <sys/poll.h>
#include <sys/queue.h>
#include <sys/stat.h>
#include <sys/time.h>