imp 2006-08-20 06:32:40 UTC FreeBSD src repository Modified files: bin/df df.c Log: Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing data that's alreday 0. In another, it saves us from zeroing data that will be overwritten again. Revision Changes Path 1.65 +2 -2 src/bin/df/df.c