* src/lastlog.c: Remove statbuf, not used.

* src/lastlog.c: Fix types, cast umin and umax to uid_t.
* src/lastlog.c: (option -u) user needs to be a signed long, not
  uid_t (to accept rangees like -<uid>
This commit is contained in:
nekral-guest
2008-01-01 14:38:47 +00:00
parent d0de685c7a
commit 09a95ed70a
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/lastlog.c: Remove statbuf, not used.
* src/lastlog.c: Fix types, cast umin and umax to uid_t.
* src/lastlog.c: (option -u) user needs to be a signed long, not
uid_t (to accept rangees like -<uid>
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Avoid ?: construct without the middle term.