Use the find_new_uid() and find_new_gid() from the library instead of the

local functions.
This commit is contained in:
nekral-guest
2008-02-03 16:56:23 +00:00
parent 72cfa974d8
commit 04190741e7
3 changed files with 18 additions and 156 deletions

View File

@@ -20,6 +20,8 @@
translatable strings.
* libmisc/Makefile.am: Add libmisc/find_new_ids.c to the sources
of the libmisc library.
* src/useradd.c, src/groupadd.c: Use the find_new_uid() and
find_new_gid() from the library instead of the local functions.
2008-02-02 Nicolas François <nicolas.francois@centraliens.net>