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