On 22 Nov 17:29, Terry Lambert writes:
> Is it *currently* accompanied by unprotoize(1)?
>
> % man 1 unprotoize
> No entry for unprotoize in section 1 of the manual
This tells you nothing.
$ ls /usr/src/contrib/gcc/*proto*
[...and other files...]
/usr/src/contrib/gcc/protoize.c /usr/src/contrib/gcc/unprotoize.c
Documentation is in texinfo format, as should be expected.
In a standard gcc install, you would get the unprotoize program.
The fact that FreeBSD does not should be counted as a bug.
- Arne H. J.