summaryrefslogtreecommitdiffstats
path: root/bin/sh/output.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-18 06:08:23 +0000
committerimp <imp@FreeBSD.org>2002-02-18 06:08:23 +0000
commitd4f0b8fef8f6fa030813916f22655469d334bb5f (patch)
treef64821a43981c9871fa8f3c3dbcda18fc4e06138 /bin/sh/output.h
parent15dc81ca3d20b599b737bfabcec943a08ee40ccf (diff)
downloadFreeBSD-src-d4f0b8fef8f6fa030813916f22655469d334bb5f.zip
FreeBSD-src-d4f0b8fef8f6fa030813916f22655469d334bb5f.tar.gz
Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and
include stdlib.h for NULL.
Diffstat (limited to 'bin/sh/output.h')
-rw-r--r--bin/sh/output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/sh/output.h b/bin/sh/output.h
index 5991115..e525a62 100644
--- a/bin/sh/output.h
+++ b/bin/sh/output.h
@@ -39,11 +39,7 @@
#ifndef OUTPUT_INCL
-#ifdef __STDC__
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
struct output {
char *nextc;
OpenPOWER on IntegriCloud