From 328ca8579244947e7286f4c6739dab436fe9fbd0 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 4 Apr 2024 15:38:18 +0000 Subject: [PATCH] remove k&r prototype --- select.h1 | 1 - select.h2 | 2 -- 2 files changed, 3 deletions(-) diff --git a/select.h1 b/select.h1 index fe725b6..59ffcfe 100644 --- a/select.h1 +++ b/select.h1 @@ -5,6 +5,5 @@ #include #include -extern int select(); #endif diff --git a/select.h2 b/select.h2 index 961c380..2a22543 100644 --- a/select.h2 +++ b/select.h2 @@ -10,6 +10,4 @@ /* braindead BSD uses bzero in FD_ZERO but doesn't #include string.h */ #include -extern int select(); - #endif