File: [cvs.NetBSD.org] / src / bin / dd / Makefile (download)
Revision 1.20, Fri Oct 4 08:57:37 2019 UTC (15 months, 2 weeks ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, HEAD Changes since 1.19: +2 -2
lines
copy libc's swab.c into dd as dd_swab(), and remove the restrict.
our implementation was fine, but the restrict marker is problematic
as gcc 8 is now more strict about checking for restrict issues.
this is the only actual consumer of swab(3) in our tree, though,
besides the test for it. oh well.
|