enable is_direcotry() for dpkg-deb

This commit is contained in:
Glenn L McGrath 2001-01-03 01:38:29 +00:00
parent fa0443216d
commit 5e23e3d631

View File

@ -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.