Make mspang happy

This commit is contained in:
David Bartley 2009-01-30 01:38:53 -05:00
parent 88952ae56a
commit 7407c9b8d7
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ int main(int argc, char *argv[]) {
char *mode_argv[] = { "chmod", mode, homedir, NULL };
char *acl_argv[] = { "chmod", acl, homedir, NULL };
char *rsync_argv[] = { "rsync", "-avH", skeldir, homedir, NULL };
DIR *skel;
struct dirent *skelent;
assert(homedir[0]);
uid = atol(argv[4]);