diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-03 01:38:29 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-03 01:38:29 +0000 |
commit | 5e23e3d6314c025d353798f0a34d3da84936b908 (patch) | |
tree | 66bbe0cb2f16d50ed550562c36168abb8078dbfe | |
parent | fa0443216dee3ea313ea05187a4535b48edf7c2a (diff) | |
download | busybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.tar.gz busybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.tar.bz2 busybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.zip |
enable is_direcotry() for dpkg-deb
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ void reset_ino_dev_hashtable(void) | |||
261 | 261 | ||
262 | #endif /* BB_CP_MV || BB_DU */ | 262 | #endif /* BB_CP_MV || BB_DU */ |
263 | 263 | ||
264 | #if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) | 264 | #if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_DPKG_DEB) |
265 | /* | 265 | /* |
266 | * Return TRUE if a fileName is a directory. | 266 | * Return TRUE if a fileName is a directory. |
267 | * Nonexistant files return FALSE. | 267 | * Nonexistant files return FALSE. |