Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 04:38:29 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 04:38:29 +0300
commit5e23e3d6314c025d353798f0a34d3da84936b908 (patch)
tree66bbe0cb2f16d50ed550562c36168abb8078dbfe /utility.c
parentfa0443216dee3ea313ea05187a4535b48edf7c2a (diff)
enable is_direcotry() for dpkg-deb
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index fa2067af3..3d5620ec5 100644
--- 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.