The NetBSD Project

CVS log for src/lib/libc/cdb/cdbw.3

[BACK] Up to [cvs.NetBSD.org] / src / lib / libc / cdb

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: HEAD


Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 8 10:34:08 2023 UTC (8 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored)

cdbw(3): Make cdbw_output descr parameter type less confusing.

This is a string of _up to_ 16 bytes, used with strncpy(..., 16).
Specifying `const char descr[16]', while formally equivalent to
`const char *descr' in standard C, now provokes the ire of gcc when
the caller does not provide a buffer of at least 16 bytes.

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.




CVSweb <webmaster@jp.NetBSD.org>