From 072c025d0fedbcc6eb53450428f7a3c4b55ea4ed Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 1 Nov 2011 22:02:34 +0100 Subject: build: Check and abort on required functions Right now this includes memcpy (moved from a simple check) and lchown, both being used unconditionally in the code. (The TODO had lstat as a typo for lchown.) --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9aa06d396..5ff4bae30 100644 --- a/TODO +++ b/TODO @@ -26,7 +26,6 @@ TODO * Build: - Make dpkg bootstrappable. - Check availability of warning flags at configure time. - - Handle missing lstat at configure time by erroring out. * Code cleanup / bug fixes: - Get rid of static variables inside functions. -- cgit v1.2.3