summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-nextstep.h
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 /openbsd-compat/bsd-nextstep.h
parentd8ab0d4a852e00ab9e46c7147d887b0b038d7d43 (diff)
- (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 'openbsd-compat/bsd-nextstep.h')
-rw-r--r--openbsd-compat/bsd-nextstep.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h
index 120a6605..1121d4d1 100644
--- a/openbsd-compat/bsd-nextstep.h
+++ b/openbsd-compat/bsd-nextstep.h
@@ -21,7 +21,7 @@
*
*/
-/* $Id: bsd-nextstep.h,v 1.3 2001/02/12 15:57:18 mouring Exp $ */
+/* $Id: bsd-nextstep.h,v 1.4 2001/02/13 02:18:50 mouring Exp $ */
#ifndef _NEXT_POSIX_H
#define _NEXT_POSIX_H
@@ -29,12 +29,6 @@
#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