From 5d8520ab76cb794358e0bc439d0d1acaabc7dbf8 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 12 Feb 2001 15:57:18 +0000 Subject: [PATCH] - (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' --- ChangeLog | 6 +++++- TODO | 7 +++++-- openbsd-compat/bsd-nextstep.h | 8 +++++++- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index afec2dbb7..bb7fda998 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 fc6009673..2d953fd34 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 d7f44bfc0..120a66058 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 +/* + * 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