Fix from Bruce Evans. There were missing sets of parantheses:
authorDavid Greenman <davidg@Root.COM>
Fri, 17 Jun 1994 13:32:07 +0000 (13:32 +0000)
committerDavid Greenman <davidg@Root.COM>
Fri, 17 Jun 1994 13:32:07 +0000 (13:32 +0000)
commitea73648293bb5d9e4a518e5ba3ed51300ab679a3
tree69413cc899c28c2b037cf5a2eb957520defc34a3
parent1954b1553f49a9504b337a40e15f2029052888c3
Fix from Bruce Evans. There were missing sets of parantheses:

1. The checks for the standard data selectors were botched, so %ss == 0
   and probably %cs == 0 were allowed.  A fix is enclosed.  The checks
   for the standard selectors could be omitted without losing anything
   since the standard selectors pass the valid_ldt_sel() tests.
sys/i386/i386/machdep.c