aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-17 06:50:42 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-17 06:50:42 +0000
commite790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d (patch)
tree184d3b0c9b9724f532cc8f59c9d37f87f9017d7f /utility.c
parent4e573f4729a2a6e2aeba56fcfc8ed4c1d41e83e9 (diff)
downloadbusybox-e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d.tar.gz
Add BB_CMP to xfopen
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c4
1 files changed, 3 insertions, 1 deletions
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;