]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bogusness may have happened using a variable assignment here before, but
authorjmallett <jmallett@FreeBSD.org>
Thu, 20 Jun 2002 07:15:55 +0000 (07:15 +0000)
committerjmallett <jmallett@FreeBSD.org>
Thu, 20 Jun 2002 07:15:55 +0000 (07:15 +0000)
commit50fc04895eb76b60616f6d3e870d849090dfbaec
treee429d124a9b0e47c886e6f1c3d9ae330ba906bb6
parentdf4ec1a7b33531691211023c1edbb1872d977b64
Bogusness may have happened using a variable assignment here before, but
proper parens mean that fd is always set by open(2) [in any part of C],
and so we can accurately check for it returning -1, without feeling like
we need to initialise fd to -1 in its declaration.

In other words, fix a stylistic/bogus nit.
bin/ed/buf.c