summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-13 02:18:50 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-13 02:18:50 +0000
commit6c92dab9a1ab05426b42d7cc5dca2a9c5af52f1d (patch)
tree5eae8c7241792412ee31951e9404fe4f21770050 /TODO
parentd8ab0d4a852e00ab9e46c7147d887b0b038d7d43 (diff)
downloadopenssh-git-6c92dab9a1ab05426b42d7cc5dca2a9c5af52f1d.tar.gz
- (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
I did a base KNF over the whe whole file to make it more acceptable. (backed out of original patch and removed it from ChangeLog) This has been a long time coming. If we decide that we need VARARGS support we should do it at a higher level, since no where else do we support VARARGS in the code base.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2d953fd3..e64f06a6 100644
--- a/TODO
+++ b/TODO
@@ -29,9 +29,6 @@ Programming:
- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
groupaccess features. (mouring@eviladmin.org)
-- Clean up bsd-snprintf.c and sort out how to detect between VARARGS
- and STDARGS for better portablity (mouring@eviladmin.org)
-
Documentation:
- More and better
@@ -65,4 +62,4 @@ Packaging:
- HP/UX: Provide DEPOT package scripts.
(gilbert.r.loomis@saic.com)
-$Id: TODO,v 1.34 2001/02/12 15:57:18 mouring Exp $
+$Id: TODO,v 1.35 2001/02/13 02:18:50 mouring Exp $