OSDN Git Service

enable is_direcotry() for dpkg-deb
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 3 Jan 2001 01:38:29 +0000 (01:38 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 3 Jan 2001 01:38:29 +0000 (01:38 -0000)
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.