Fix the type of the bitfields in the commonio_entry and commonio_db

structures to unsigned int (instead of int).
This commit is contained in:
nekral-guest
2007-12-31 20:12:48 +00:00
parent 0cc661a2cf
commit b9a00ea0ee
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.h: Fix the type of the bitfields in the commonio_entry
and commonio_db structures to unsigned int (instead of int).
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>
* src/chsh.c: Split process_flags(), check_perms(), and update_shell()