]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Allow ioctl TCGETS
authorMatthew Clarkson <mclarkson@reliablecontrols.com>
Thu, 19 Nov 2020 15:37:33 +0000 (15:37 +0000)
committerRoy Marples <roy@marples.name>
Thu, 19 Nov 2020 15:37:33 +0000 (15:37 +0000)
commit3a32f22b03b30961ee922ff864ee525fb75fd488
tree12a44a21ce72019de1549504ea7b174f319a2dc3
parent12a91777bd8126056518c8cc9edeb933f451afa8
privsep: Allow ioctl TCGETS

printf on some platforms seems to require it.
Without this, script_dump() may fault.
src/privsep-linux.c