]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[rcorder] [crunch] Fix C function declarations to include void
authoradrian <adrian@FreeBSD.org>
Mon, 21 Sep 2020 17:59:45 +0000 (17:59 +0000)
committeradrian <adrian@FreeBSD.org>
Mon, 21 Sep 2020 17:59:45 +0000 (17:59 +0000)
commit4dfe5d0d72d97cfeff1e135db4d4f187bc947c16
treed9a466f6ab10fc45e03f4dec97c271f088120642
parentee359ee1f8b003773286c4ac32a6c09490420ac6
[rcorder] [crunch] Fix C function declarations to include void

This fixes a compile issue under gcc6 which complains about
legacy style C function declarations.

Differential Revision: https://reviews.freebsd.org/D26504
sbin/rcorder/rcorder.c
usr.sbin/crunch/crunchgen/crunched_main.c