diff options
author | Guillem Jover <guillem@debian.org> | 2011-11-01 22:02:34 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-11-06 06:45:01 +0100 |
commit | 072c025d0fedbcc6eb53450428f7a3c4b55ea4ed (patch) | |
tree | 0227f33f0a7d69bd34cf00650a0a97382cac83fe /TODO | |
parent | d550407a08f7244a7894c9449739c389a64f3048 (diff) | |
download | dpkg-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-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |