Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/mpl/bind/dist/lib/dns/rdata/in_1
Module Name: src
Committed By: kre
Date: Sat Sep 19 10:07:05 UTC 2026
Modified Files:
src/external/mpl/bind/dist/lib/dns/rdata/in_1: wks_11.c
Log Message:
bind - libdns - match format to arg (for clang)
Since the format took the trouble to use %hu I assumed that
an unsigned short was intended to be printed (sprintf) so converted
the arg from unsigned to unsigned short, rather than just
adopting clang's suggestion of changing the format to %u.
This might fix the clang builds.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/mpl/bind/dist/lib/dns/rdata/in_1/wks_11.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index