NetBSD/usr.sbin/sa
dholland 2b2d4bc113 On LP64 platforms, uid_t is not the same size as u_long, so the key
comparison function being given to db was comparing 4 extra bytes of
rubbish.

This may or may not be the *only* source of the corrupted
/var/account/usracct files I've been seeing occasionally on amd64, but
it's clearly *a* source.
2010-08-30 02:49:17 +00:00
..
Makefile
extern.h ANSIfy function declarations 2010-06-10 06:17:21 +00:00
main.c sprinkle some const 2010-06-10 06:28:33 +00:00
pathnames.h
pdb.c sprinkle some const 2010-06-10 06:28:33 +00:00
sa.8
usrdb.c On LP64 platforms, uid_t is not the same size as u_long, so the key 2010-08-30 02:49:17 +00:00