History log of /netbsd-current/bin/dd/dd_swab.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 08-Oct-2021 christos

PR/56443: RVP: dd conv=swab doesn't always work


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.1 04-Oct-2019 mrg

branches: 1.1.4;
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.