[svn-upgrade] Integrating new upstream version, shadow (4.0.17)

This commit is contained in:
nekral-guest
2007-10-07 11:47:45 +00:00
parent 0fa9083026
commit 8a78a8d68c
217 changed files with 10771 additions and 4096 deletions

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: copydir.c,v 1.14 2006/05/07 18:10:10 kloczek Exp $"
#ident "$Id: copydir.c,v 1.15 2006/07/10 04:35:56 kloczek Exp $"
#include <sys/stat.h>
#include <sys/types.h>
@@ -396,7 +396,8 @@ int remove_tree (const char *root)
* is made set-ID.
*/
dir = opendir (root);
if (!(dir = opendir (root)))
return -1;
while ((ent = readdir (dir))) {