projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa04432
)
enable is_direcotry() for dpkg-deb
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 3 Jan 2001 01:38:29 +0000
(
01:38
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 3 Jan 2001 01:38:29 +0000
(
01:38
-0000)
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index
fa2067a
..
3d5620e
100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-261,7
+261,7
@@
void reset_ino_dev_hashtable(void)
#endif /* BB_CP_MV || BB_DU */
-#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN)
+#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN)
|| defined (BB_DPKG_DEB)
/*
* Return TRUE if a fileName is a directory.
* Nonexistant files return FALSE.