OpenBSD CVS

CVS log for src/usr.bin/rdistd/server.c


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_5_5_BASE


Revision 1.25 / (download) - annotate - [select for diffs], Sun Oct 27 18:31:24 2013 UTC (10 years, 7 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

If a constant string needs a name, use a static const array instead of a
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.

ok deraadt@

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.