diff --git a/ChangeLog b/ChangeLog
index fded58feae..483c14a9eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Tue Jan 29 18:39:25 CET 2008  Jim Meyering  <meyering@redhat.com>
 
+	Enable two more tests.
+	* Makefile.cfg (local-checks-to-skip)
+	[sc_cast_of_x_alloc_return_value, sc_cast_of_argument_to_free]: Enable.
+
 	Enable the <assert.h>-checking test; fix violations.
 	* Makefile.cfg (local-checks-to-skip)
 	[sc_prohibit_assert_without_use]: Enable.
diff --git a/Makefile.cfg b/Makefile.cfg
index dfca3fcb08..9e75fda8e8 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -35,8 +35,6 @@ local-checks-to-skip =			\
   sc_GPL_version			\
   sc_always_defined_macros		\
   sc_cast_of_alloca_return_value	\
-  sc_cast_of_argument_to_free		\
-  sc_cast_of_x_alloc_return_value	\
   sc_changelog				\
   sc_dd_max_sym_length			\
   sc_error_exit_success			\