]> andersk Git - openssh.git/commitdiff
- (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.
authormouring <mouring>
Mon, 12 Feb 2001 15:57:18 +0000 (15:57 +0000)
committermouring <mouring>
Mon, 12 Feb 2001 15:57:18 +0000 (15:57 +0000)
 - (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'

ChangeLog
TODO
openbsd-compat/bsd-nextstep.h

index cd9504c1fd7757152eb2d2e70944c2ef4ee7dfe0..ddce17f0488dc1fc4d6b48b13c91081167ded1ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20010213
+ - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.
+ - (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'
+
 20010212
  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1", 
    --define "skip_gnome_askpass 1", --define "rh7 1" and make the 
diff --git a/TODO b/TODO
index 45b08b57a914f3ca5801505c53bc07412dd7fd08..b2f0cf23b4fde1c0e4820299a1684a82694fc030 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,7 +27,10 @@ Programming:
 - Build an automated test suite
 
 - Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
-  groupaccess features.
+  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
index 8d44c224f389dbb84adad872e0136af08a5d061e..391fcd0c18f71d628656535731c7fae4dad4c63e 100644 (file)
 #ifdef HAVE_NEXT
 #include <sys/dir.h>
 
+/* 
+ * Temporary hack to let bsd-snprintf.c work.  bsd-snprintf.c really
+ * needs to be cleaned up.
+ */
+#define HAVE_STDARG_H 1
+
 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
 #define dirent direct
 
This page took 0.054036 seconds and 5 git commands to generate.