mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
afa6d859f0
1) Fix up vendor IDs for files I'm touching and put FBSDID in the right place. 2) Cast return value of snprintf to size_t rather than casting sizeof() to an int, 'cos we know snprintf returns a non-genative number. 3) Avoid 'char *blank = "";' by just strduping. This could be bad sometimes, but all these variables usually point at malloced memory so this makes them always point at malloced memory. |
||
---|---|---|
.. | ||
chpass.1 | ||
chpass.c | ||
chpass.h | ||
edit.c | ||
field.c | ||
Makefile | ||
pathnames.h | ||
pw_copy.c | ||
pw_copy.h | ||
pw_yp.c | ||
pw_yp.h | ||
table.c | ||
util.c |