summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.h
diff options
context:
space:
mode:
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 120a66058..1121d4d16 100644
--- a/openbsd-compat/bsd-nextstep.h
+++ b/openbsd-compat/bsd-nextstep.h
@@ -21,7 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24/* $Id: bsd-nextstep.h,v 1.3 2001/02/12 15:57:18 mouring Exp $ */ 24/* $Id: bsd-nextstep.h,v 1.4 2001/02/13 02:18:50 mouring Exp $ */
25 25
26#ifndef _NEXT_POSIX_H 26#ifndef _NEXT_POSIX_H
27#define _NEXT_POSIX_H 27#define _NEXT_POSIX_H
@@ -29,12 +29,6 @@
29#ifdef HAVE_NEXT 29#ifdef HAVE_NEXT
30#include <sys/dir.h> 30#include <sys/dir.h>
31 31
32/*
33 * Temporary hack to let bsd-snprintf.c work. bsd-snprintf.c really
34 * needs to be cleaned up.
35 */
36#define HAVE_STDARG_H 1
37
38/* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */ 32/* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
39#define dirent direct 33#define dirent direct
40 34