* libmisc/copydir.c, src/usermod.c, lib/prototypes.h: The uid and
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 14:31:00 +0000 (14:31 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 14:31:00 +0000 (14:31 +0000)
commitb681e50ff2fe2f47d0067a482bc769a006be9598
tree3f8a39947689851a95acf215a5da6ef68af2fca1
parentbb8af029789fd97f991f01e18c844fb40e23239f
* libmisc/copydir.c, src/usermod.c, lib/prototypes.h: The uid and
  gid parameters can be set to -1 to indicate that the original
  owners must be kept. Change the types from uid_t/gid_t to a
  long int (signed).
* libmisc/copydir.c: Change the copy_entry(), copy_dir(),
  copy_symlink(), copy_special(), and copy_file() prototypes
  accordingly.
* lib/prototypes.h: Add the parameters' name for the
  libmisc/copydir.c functions.
ChangeLog
lib/prototypes.h
libmisc/copydir.c
src/usermod.c