Add BB_CMP to xfopen
authorEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2000 06:50:42 +0000 (06:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2000 06:50:42 +0000 (06:50 -0000)
utility.c

index 235b582271224320b132dec4a79a76281fcedb1c..e79e44136f547387307070803849fdbc99de0ed0 100644 (file)
--- 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;