]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tftpd: tests: raise targeted cstd to c11
authorKyle Evans <kevans@FreeBSD.org>
Thu, 5 Mar 2020 22:45:16 +0000 (22:45 +0000)
committerRyan Libby <rlibby@FreeBSD.org>
Tue, 29 Dec 2020 23:04:40 +0000 (15:04 -0800)
commit269b7d8ac1e533a1f214904ab7bce50f5c14fe3e
tree5352f07e0c3ca55f86a465aa7fe5eccc549c06f4
parent6338833c50a7566d006b722c791a6a92071309b8
tftpd: tests: raise targeted cstd to c11

r358556 added alignas() use to the functional tests, which isn't defined
until C11. Raise the -std to C11 to fix the build under freebsd-gcc{6,9}.

Reported by: mhorne, Jenkins/CI

(cherry picked from commit 924e10b809a9fcbc8688c1b5848f60b48e6103fe)
libexec/tftpd/tests/Makefile