multi-vkd support patch for review
Simon 'corecode' Schubert
corecode at fs.ei.tum.de
Sun Jan 28 09:11:01 PST 2007
Thomas E. Spanjaard wrote:
Sepherosa Ziehau wrote:
On 1/28/07, Thomas E. Spanjaard <tgen at netphreax.net> wrote:
C.Turner wrote:
> + if ( vkdFileNum < VKD_MAX )
> + vkdFile[vkdFileNum++] = optarg;
Why not if (vkdFileNum < VKD_MAX) { vkdFile[vkdFileNum] = optarg;
vkdFileNum++; }; ? Because now it appears '16' is a valid number, where
Why '16'(VKD_MAX) will be a valid number in his patch?
if (15 < 16) { vkdFile[(15++ = 16)] = optarg; }
heh, no :)
% cat<<EOF>d.c
main(){int i=0;printf("%d\n", i++);}
EOF
% cc d.c
% ./a.out
0
%
cheers
simon
--
Serve - BSD +++ RENT this banner advert +++ ASCII Ribbon /"\
Work - Mac +++ space for low â¬â¬â¬ NOW!1 +++ Campaign \ /
Party Enjoy Relax | http://dragonflybsd.org Against HTML \
Dude 2c 2 the max ! http://golden-apple.biz Mail + News / \
Attachment:
signature.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00015.pgp
Type: application/octet-stream
Size: 252 bytes
Desc: "Description: OpenPGP digital signature"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20070128/fe6678b1/attachment-0019.obj>
More information about the Submit
mailing list