From 808ce78d212c6b434d24066f1f2d44d3e76224ae Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 11 Nov 2017 14:21:02 +0100 Subject: New upstream version 3.26.0 --- secmem/Makefile.in | 5 +++-- secmem/secmem.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'secmem') diff --git a/secmem/Makefile.in b/secmem/Makefile.in index c0908af..3a3fe87 100644 --- a/secmem/Makefile.in +++ b/secmem/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -254,6 +254,7 @@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ ITSTOOL = @ITSTOOL@ KA_PLUGINS_DIR = @KA_PLUGINS_DIR@ KRB5_CFLAGS = @KRB5_CFLAGS@ diff --git a/secmem/secmem.c b/secmem/secmem.c index fc9ac2f..483b8e2 100644 --- a/secmem/secmem.c +++ b/secmem/secmem.c @@ -140,7 +140,7 @@ lock_pool( void *p, size_t n ) && errno != EAGAIN #endif ) - log_error("can´t lock memory: %s\n", strerror(err)); + log_error("can't lock memory: %s\n", strerror(err)); show_warning = 1; } -- cgit