- (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'
This commit is contained in:
Ben Lindstrom 2001-02-12 15:57:18 +00:00
Родитель 7f982bf6c9
Коммит 5d8520ab76
3 изменённых файлов: 17 добавлений и 4 удалений

Просмотреть файл

@ -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 $

7
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 $

Просмотреть файл

@ -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