]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In usr.bin/mt/mt.c, the c_code member of struct commands should really
authorDimitry Andric <dim@FreeBSD.org>
Sat, 17 Dec 2011 02:23:30 +0000 (02:23 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 17 Dec 2011 02:23:30 +0000 (02:23 +0000)
commitf3fbaba1363f9ba8be3089f96abee7c51f6c8102
treef6a56dbfe6396d7afe9f656a52c658fd4f046840
parentb884d5e84ad353335b16908b2940123bddc755f3
In usr.bin/mt/mt.c, the c_code member of struct commands should really
be an unsigned long, since it will contain values of ioctl request
codes.  On 64-bit arches, these will not fit into an int.

MFC after: 1 week
usr.bin/mt/mt.c