From: Mark Whitley Date: Wed, 14 Mar 2001 00:43:16 +0000 (-0000) Subject: Added a dependency on BB_MKFS_MINIX to xfopen(). X-Git-Tag: 0_50~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8658816f719047fc723639e9f0a13352367dcf48;p=oweals%2Fbusybox.git Added a dependency on BB_MKFS_MINIX to xfopen(). --- diff --git a/utility.c b/utility.c index 8e85894d0..8408a6cfa 100644 --- a/utility.c +++ b/utility.c @@ -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;