projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e573f4
)
Add BB_CMP to xfopen
author
Eric Andersen
<andersen@codepoet.org>
Fri, 17 Nov 2000 06:50:42 +0000
(06:50 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 17 Nov 2000 06:50:42 +0000
(06:50 -0000)
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/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;