mirror of
https://github.com/sheumann/hush.git
synced 2025-01-29 20:31:57 +00:00
Add BB_CMP to xfopen
This commit is contained in:
parent
4e573f4729
commit
e790ddb2e1
@ -1763,7 +1763,9 @@ FILE *wfopen(const char *path, const char *mode)
|
|||||||
}
|
}
|
||||||
#endif
|
#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 *xfopen(const char *path, const char *mode)
|
||||||
{
|
{
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user