Add BB_CMP to xfopen

This commit is contained in:
Eric Andersen 2000-11-17 06:50:42 +00:00
parent 4e573f4729
commit e790ddb2e1

View File

@ -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;