]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: patch 476936
authorSteve Langasek <vorlon@debian.org>
Sun, 13 Jul 2003 05:14:08 +0000 (05:14 +0000)
committerSteve Langasek <vorlon@debian.org>
Sun, 13 Jul 2003 05:14:08 +0000 (05:14 +0000)
commitb78954ae95f3250edd1f8026a2e443d2de2f8c8d
tree6de22356e2d6884f04c051a5b57435e81d016af7
parent7050b307e9e712471d987e0c5f8dd1cb2260511c
Relevant BUGIDs: patch 476936

Purpose of commit: cleanup

Commit summary:
---------------
Variant on Nalin's patch: 'unsigned int' is /usually/ 32 bits, but
uint32_t is /always/ 32 bits -- where present.  Since C99 is fairly
recent, we may need some autoconf support for older platforms, but
should at least be covered for Linux & Solaris.  (Still a better choice
than the non-standard sys/types.h, though.)
modules/pam_rhosts/pam_rhosts_auth.c