From: Eric Andersen Date: Fri, 17 Nov 2000 06:50:42 +0000 (-0000) Subject: Add BB_CMP to xfopen X-Git-Tag: 0_48~117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d;p=oweals%2Fbusybox.git Add BB_CMP to xfopen --- 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;