]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: make all char unsigned
authorVincent Bernat <vincent@bernat.ch>
Mon, 12 Dec 2022 13:20:25 +0000 (14:20 +0100)
committerVincent Bernat <vincent@bernat.ch>
Mon, 12 Dec 2022 13:20:25 +0000 (14:20 +0100)
commit0221be2f09c95280f98cf09474c03fc47a96bb1b
treeaffa43f5953524c2c0e9e67894f650588b1c212f
parent379b8ab111c760a0c92550a1ad0c37c5ab225374
build: make all char unsigned

This is something that may be used by the kernel later. char may be
signed or unsigned depending on the architecture, so catching that may
be difficult without this option.
configure.ac