Added missing SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN.

This commit is contained in:
nekral-guest
2008-02-25 21:06:30 +00:00
parent 93e2f66a60
commit 77f722ae9d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-02-25 Nicolas François <nicolas.francois@centraliens.net>
* lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN,
SYS_UID_MAX, and SYS_UID_MIN.
2008-02-25 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/useradd.c, man/useradd.8.xml: Added options
@@ -6,7 +11,6 @@
* man/login.defs.d/USERGROUPS_ENAB.xml: useradd now also uses
USERGROUPS_ENAB.
2008-02-19 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmod.c: Add missing 'p' to the getopt_long's optstring.