From d602f4fb516292c297072bd924289eea37b45fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 15 Mar 2023 20:36:27 +0100 Subject: New upstream version 3.1.9 --- lib/lanplus/Makefile.in | 5 +++-- lib/lanplus/lanplus.h | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/lanplus') diff --git a/lib/lanplus/Makefile.in b/lib/lanplus/Makefile.in index 1f8318c..09030b4 100644 --- a/lib/lanplus/Makefile.in +++ b/lib/lanplus/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -346,6 +346,7 @@ pkgconfigdir = @pkgconfigdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/lib/lanplus/lanplus.h b/lib/lanplus/lanplus.h index f9ad7dd..7f75fcd 100644 --- a/lib/lanplus/lanplus.h +++ b/lib/lanplus/lanplus.h @@ -132,4 +132,6 @@ int ipmi_lanplus_open(struct ipmi_intf * intf); void ipmi_lanplus_close(struct ipmi_intf * intf); int ipmiv2_lan_ping(struct ipmi_intf * intf); +void os_assert(char *msg); + #endif /*IPMI_LAN_H*/ -- cgit v1.2.3