On Mon, Jan 21, 2019 at 11:56:39PM +0000, Oliver Galvin wrote:
> ---
>  config.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/config.mk b/config.mk
> index 7c0018a..3de245b 100644
> --- a/config.mk
> +++ b/config.mk
> @@ -27,8 +27,8 @@ STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
>  UNAME = $(shell uname -a)
>  ifeq ($(UNAME),OpenBSD)
>       CPPFLAGS += -D_BSD_SOURCE
> -#else
> -#    LIBS += -lrt
> +else
> +     LIBS += -lrt
>  endif
>  
>  STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(WARN)
> -- 
> 2.20.1
> 

You should have squashed/rebased this patch.

Reply via email to