]> 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)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 5 Mar 2020 22:45:16 +0000 (22:45 +0000)
commit924e10b809a9fcbc8688c1b5848f60b48e6103fe
treec30940e090aa3dba9a2686ffb5869dbb5bb2d17a
parent3f16af55b26d45dd8ab921f518fe207f27a9b4c0
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
libexec/tftpd/tests/Makefile