kernel - minor flags coding change
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 21 Aug 2010 21:12:30 +0000 (14:12 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 21 Aug 2010 21:12:30 +0000 (14:12 -0700)
commit449728b3949a3b8485001411748bf4a6fe9cd877
tree80e3dd1800512085589d55373fa4d0f0ca71f442
parent34e191bd0d5b8cb3e96c427a1d2f32bd96fc0aba
kernel - minor flags coding change

* Use |= instead of =.  The related structure was bzero'd so the effect
  is the same but this reduces potential confusion.
sys/kern/tty_pty.c
sys/kern/uipc_socket.c