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_6_3


Revision 1.43 / (download) - annotate - [select for diffs], Wed Aug 30 07:43:52 2017 UTC (6 years, 9 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1
explicitly; ok millert@

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.