summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2011-11-01 22:02:34 +0100
committerGuillem Jover <guillem@debian.org>2011-11-06 06:45:01 +0100
commit072c025d0fedbcc6eb53450428f7a3c4b55ea4ed (patch)
tree0227f33f0a7d69bd34cf00650a0a97382cac83fe /TODO
parentd550407a08f7244a7894c9449739c389a64f3048 (diff)
downloaddpkg-072c025d0fedbcc6eb53450428f7a3c4b55ea4ed.tar.gz
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.)
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
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.