From c030d6fe362eec41ccd5a5cb21321ef8cf07314b Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 22 Feb 2022 17:35:01 +0000 Subject: MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert --- osdep-openbsd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 54464753..1fc087d3 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -16,7 +16,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include /* MAXCOMLEN */ #include #include #include -- cgit