OpenBSD CVS

CVS log for src/usr.bin/finger/util.c


[BACK] Up to [local] / src / usr.bin / finger

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_3_7_BASE


Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 15 12:28:48 2005 UTC (19 years, 3 months ago) by niallo
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

change some silly snprintf(buf, buflen, "%s", login) calls to just use
strlcpy(buf, login, buflen)

ok otto@ henning@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.