From 8d9d32898aac0867b7efcfdde9a6bc43a3d0aa63 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 12 Sep 2016 19:36:26 +0000 Subject: [PATCH] Don't declare select() in ok deraadt@ millert@ --- src/include/unistd.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index 9724e275..ec017115 100644 --- a/src/include/unistd.h +++ b/src/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.102 2016/09/09 18:12:37 millert Exp $ */ +/* $OpenBSD: unistd.h,v 1.103 2016/09/12 19:36:26 guenther Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -508,11 +508,6 @@ int revoke(const char *); int rresvport(int *); int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); -#ifndef _SELECT_DEFINED_ -#define _SELECT_DEFINED_ -struct timeval; -int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); -#endif int setdomainname(const char *, size_t); int setgroups(int, const gid_t *); int sethostid(long);