diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 06:50:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 06:50:42 +0000 |
commit | e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d (patch) | |
tree | 184d3b0c9b9724f532cc8f59c9d37f87f9017d7f | |
parent | 4e573f4729a2a6e2aeba56fcfc8ed4c1d41e83e9 (diff) | |
download | busybox-e790ddb2e11b370fa76d3d35ed62a4a3c4f8cc0d.tar.gz |
Add BB_CMP to xfopen
-rw-r--r-- | utility.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |