diff options
Diffstat (limited to 'secmem')
-rw-r--r-- | secmem/Makefile.in | 5 | ||||
-rw-r--r-- | secmem/secmem.c | 2 |
2 files changed, 4 insertions, 3 deletions
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; } |