aboutsummaryrefslogtreecommitdiff
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
parent4e573f4729a2a6e2aeba56fcfc8ed4c1d41e83e9 (diff)
downloadbusybox-w32-e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d.tar.gz
busybox-w32-e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d.tar.bz2
busybox-w32-e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d.zip
Add BB_CMP to xfopen
-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)
1763} 1763}
1764#endif 1764#endif
1765 1765
1766#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE || defined BB_SED || defined BB_SH || defined BB_UNIQ || defined BB_WC 1766#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
1767 || defined BB_SED || defined BB_SH || defined BB_UNIQ \
1768 || defined BB_WC || defined BB_CMP
1767FILE *xfopen(const char *path, const char *mode) 1769FILE *xfopen(const char *path, const char *mode)
1768{ 1770{
1769 FILE *fp; 1771 FILE *fp;