OpenBSD CVS

CVS log for src/usr.bin/spell/spellprog.c


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_6_3


Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 28 17:16:35 2017 UTC (6 years, 10 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 (colored)

Fix some warnings: p1() and p2() are only declared without arguments so
that nop() can be nop(void), so just change nop() to have the same
arguments as all the other functions and make p1() and p2() proper
prototypes; and do not use '\0' as a pointer constant.

ok florian 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.