]> xenbits.xensource.com Git - freebsd.git/commit
Assume all the short args have optional args so allocate space for the
authorimp <imp@FreeBSD.org>
Wed, 11 Sep 2019 13:34:19 +0000 (13:34 +0000)
committerimp <imp@FreeBSD.org>
Wed, 11 Sep 2019 13:34:19 +0000 (13:34 +0000)
commitdb9a07c32c9adcce9563e17c401e20df1ef0e2b6
tree42a9862e2d1ab50445282bb4db32a994a1e4b943
parentadd96fb8ab0607d1a7997c8c7fb7ae91aa2d9c99
Assume all the short args have optional args so allocate space for the
':'. It's slightly wasteful, but much easier (and the savings in bytes
at runtime would be tiny, but the code to do it larger).

Submitted by: Sebastian Huber
sbin/nvmecontrol/comnd.c