summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-12 15:57:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-12 15:57:18 +0000
commit5d8520ab76cb794358e0bc439d0d1acaabc7dbf8 (patch)
tree206605c31b2558f2b751232f2b8b684228b89356
parent7f982bf6c93ee7ab3426a059af51d21663ed36f0 (diff)
- (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'
-rw-r--r--ChangeLog6
-rw-r--r--TODO7
-rw-r--r--openbsd-compat/bsd-nextstep.h8
3 files changed, 17 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index afec2dbb..bb7fda99 100644
--- 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
@@ -3904,4 +3908,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.749 2001/02/12 15:07:52 stevesk Exp $
+$Id: ChangeLog,v 1.750 2001/02/12 15:57:18 mouring Exp $
diff --git a/TODO b/TODO
index fc600967..2d953fd3 100644
--- 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
@@ -62,4 +65,4 @@ Packaging:
- HP/UX: Provide DEPOT package scripts.
(gilbert.r.loomis@saic.com)
-$Id: TODO,v 1.33 2001/02/09 01:55:36 djm Exp $
+$Id: TODO,v 1.34 2001/02/12 15:57:18 mouring Exp $
diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h
index d7f44bfc..120a6605 100644
--- a/openbsd-compat/bsd-nextstep.h
+++ b/openbsd-compat/bsd-nextstep.h
@@ -21,7 +21,7 @@
*
*/
-/* $Id: bsd-nextstep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
+/* $Id: bsd-nextstep.h,v 1.3 2001/02/12 15:57:18 mouring Exp $ */
#ifndef _NEXT_POSIX_H
#define _NEXT_POSIX_H
@@ -29,6 +29,12 @@
#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