* libmisc/find_new_ids.c, libmisc/find_new_gid.c,

libmisc/find_new_uid.c, libmisc/Makefile.am, lib/prototypes.h:
	Split find_new_ids.c into find_new_gid.c and find_new_uid.c to
	ease the description of login.defs variables in the different
	tools.
This commit is contained in:
nekral-guest
2008-06-15 18:33:52 +00:00
parent 52fe9f62f6
commit e1307ea789
5 changed files with 136 additions and 87 deletions

View File

@@ -21,7 +21,8 @@ libmisc_a_SOURCES = \
failure.c \
failure.h \
fields.c \
find_new_ids.c \
find_new_gid.c \
find_new_uid.c \
getdate.h \
getdate.y \
getlong.c \