This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b60be71f54
freebsd-dev
/
usr.bin
/
chpass
History
Alexander Kabaev
8a50130bbb
Do not compare unsigned int values with ULONG_MAX. The comparison is
...
always false on 64bit platforms and GCC 3.3.1 issues warning there.
2003-07-11 05:47:05 +00:00
..
chpass.1
chpass.c
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
2003-05-03 19:44:46 +00:00
chpass.h
edit.c
field.c
Do not compare unsigned int values with ULONG_MAX. The comparison is
2003-07-11 05:47:05 +00:00
Makefile
table.c
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
2003-05-03 19:44:46 +00:00
util.c