From e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Nov 2000 06:50:42 +0000 Subject: Add BB_CMP to xfopen --- utility.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utility.c b/utility.c index 235b58227..e79e44136 100644 --- a/utility.c +++ b/utility.c @@ -1763,7 +1763,9 @@ FILE *wfopen(const char *path, const char *mode) } #endif -#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE || defined BB_SED || defined BB_SH || defined BB_UNIQ || defined BB_WC +#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \ + || defined BB_SED || defined BB_SH || defined BB_UNIQ \ + || defined BB_WC || defined BB_CMP FILE *xfopen(const char *path, const char *mode) { FILE *fp; -- cgit v1.2.3