Added a dependency on BB_MKFS_MINIX to xfopen().

This commit is contained in:
Mark Whitley 2001-03-14 00:43:16 +00:00
parent f594986b37
commit 8658816f71

View File

@ -1712,7 +1712,7 @@ FILE *wfopen(const char *path, const char *mode)
#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
|| defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
|| defined BB_WC || defined BB_CMP || defined BB_SORT || defined BB_WGET \
|| defined BB_MOUNT || defined BB_ROUTE
|| defined BB_MOUNT || defined BB_ROUTE || defined BB_MKFS_MINIX
FILE *xfopen(const char *path, const char *mode)
{
FILE *fp;