From 160376734e6fd3c55a13235b6a813f6c79eecafc Mon Sep 17 00:00:00 2001 From: NCM Date: Thu, 21 May 2020 17:35:39 -0300 Subject: [PATCH] remove deprecated strops.h It was remove from glibc 2.30. > The obsolete and never-implemented XSI STREAMS header files and have been removed. See https://sourceware.org/legacy-ml/libc-alpha/2019-08/msg00029.html --- serial-grovel.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/serial-grovel.lisp b/serial-grovel.lisp index df961b7..c43269a 100644 --- a/serial-grovel.lisp +++ b/serial-grovel.lisp @@ -5,7 +5,6 @@ (include "fcntl.h") (include "stdio.h") (include "errno.h") -(include "stropts.h") (include "fcntl.h") (include "stdlib.h") (include "unistd.h")